2014-06-07 22:11:44 -04:00
<!DOCTYPE html>
< html >
< head >
2014-11-04 19:18:11 -05:00
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2014-06-07 22:11:44 -04:00
< title > Alert< / title >
2014-11-04 19:18:11 -05:00
< link rel = "stylesheet" href = "../../../dist/css/bootstrap.min.css" >
2014-06-07 22:11:44 -04:00
< / head >
< body >
< div class = "container" >
2016-02-27 21:01:11 -05:00
< h1 > Alert < small > Bootstrap Visual Test< / small > < / h1 >
2014-06-07 22:11:44 -04:00
2016-10-24 04:57:32 -04:00
< div class = "alert alert-warning fade active" >
2014-06-07 22:11:44 -04:00
< button type = "button" class = "close" data-dismiss = "alert" aria-hidden = "true" > × < / button >
< strong > Holy guacamole!< / strong > Best check yo self, you're not looking too good.
< / div >
2016-10-24 04:57:32 -04:00
< div class = "alert alert-danger fade active" >
2014-06-07 22:11:44 -04:00
< button type = "button" class = "close" data-dismiss = "alert" aria-hidden = "true" > × < / button >
< h4 > Oh snap! You got an error!< / h4 >
< p > Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.< / p >
< p >
< button type = "button" class = "btn btn-danger" > Take this action< / button >
< button type = "button" class = "btn btn-default" > Or do this< / button >
< / p >
< / div >
< / div >
<!-- JavaScript Includes -->
< script src = "../vendor/jquery.min.js" > < / script >
2015-05-07 15:48:22 -04:00
< script src = "../../dist/util.js" > < / script >
< script src = "../../dist/alert.js" > < / script >
2014-06-07 22:11:44 -04:00
< / body >
< / html >