Skip to content

Commit

Permalink
Update alerta.html
Browse files Browse the repository at this point in the history
  • Loading branch information
laconeo authored Nov 20, 2024
1 parent 270fac9 commit 8a627c4
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions alerta.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
<!doctype html>
<html lang="en" data-bs-theme="auto">
<head>
<title>Bottom navbar example · Bootstrap v5.3</title>


<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

</head>
<body>

<div class="alert alert-warning d-flex align-items-center" role="alert">
<svg class="bi flex-shrink-0 me-2" role="img" aria-label="Warning:"><use xlink:href="#exclamation-triangle-fill"/></svg>
<div>
An example warning alert with an icon
</div>
</div>



</body>
</html>
<div class="alert alert-warning" role="alert">
A simple warning alert—check it out!
</div>

0 comments on commit 8a627c4

Please sign in to comment.