bootstrap.native
Version:
Bootstrap components build with Typescript
16 lines (15 loc) • 644 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BSN Testing Page</title>
<link id="bsCSS" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="container" style="padding: 3rem">
<h3>Alert Examples</h3>
<div id="alertDemo" class="alert alert-warning alert-dismissible fade show" data-cy="alert" role="alert">
<button type="button" class="btn-close" data-bs-target="alertDemo" data-bs-dismiss="alert" aria-label="Close"></button>
<b>Holy guacamole!</b> Best check yo self, you're not looking too good.
</div>
</body>
</html>