2013-06-24 02:17:08 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
2013-09-24 18:43:16 +02:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2014-01-19 13:27:17 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2015-01-23 20:34:52 +01:00
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
2013-06-24 02:17:08 +02:00
< meta name = "description" content = "" >
< meta name = "author" content = "" >
2014-03-25 08:30:04 +01:00
< link rel = "icon" href = "../../favicon.ico" >
2013-06-24 02:17:08 +02:00
2013-07-21 08:17:01 +02:00
< title > Navbar Template for Bootstrap< / title >
2013-06-24 02:17:08 +02:00
<!-- Bootstrap core CSS -->
2014-01-01 15:29:13 +01:00
< link href = "../../dist/css/bootstrap.min.css" rel = "stylesheet" >
2013-06-24 02:17:08 +02:00
<!-- Custom styles for this template -->
2013-07-21 08:30:08 +02:00
< link href = "navbar.css" rel = "stylesheet" >
2013-08-18 08:28:52 +02:00
2014-04-21 01:09:47 +02:00
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
< script src = "../../assets/js/ie10-viewport-bug-workaround.js" > < / script >
2013-06-24 02:17:08 +02:00
< / head >
< body >
< div class = "container" >
2014-11-30 00:07:13 +01:00
< div class = "collapse" id = "navbar-header" >
< div class = "inverse p-a" >
< h3 > Collapsed content< / h3 >
< p > Toggleable via the navbar brand.< / p >
< / div >
< / div >
< div class = "navbar navbar-default navbar-static-top" >
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbar-header" >
☰
< / button >
< / div >
2013-06-24 02:17:08 +02:00
<!-- Main component for a primary marketing message or call to action -->
< div class = "jumbotron" >
< h1 > Navbar example< / h1 >
2014-12-30 21:45:24 +01:00
< p > This example is a quick exercise to illustrate how the default navbar works. It's placed within a < code > .container< / code > to limit its width and will scroll with the rest of the page's content.< / p >
2013-06-24 02:17:08 +02:00
< p >
2013-08-24 17:32:23 +02:00
< a class = "btn btn-lg btn-primary" href = "../../components/#navbar" role = "button" > View navbar docs » < / a >
2013-06-24 02:17:08 +02:00
< / p >
< / div >
< / div > <!-- /container -->
2013-08-17 21:32:11 +02:00
2013-08-06 08:46:08 +02:00
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
2015-01-06 11:49:31 +01:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" > < / script >
2013-08-16 02:39:37 +02:00
< script src = "../../dist/js/bootstrap.min.js" > < / script >
2013-06-24 02:17:08 +02:00
< / body >
2013-07-28 17:37:53 +02:00
< / html >