1
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
<link rel="icon" href="../../favicon.ico">
7
<!-- Bootstrap core CSS -->
8
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
9
<!-- Custom styles for this template -->
10
<link href="starter-template.css" rel="stylesheet">
11
</head>
12
<body>
13
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top">
14
<a class="navbar-brand" href="#">Navbar</a>
15
</nav>
16
<div class="container">
17
...Example content...
18
</div><!-- /.container -->
19
<!-- Bootstrap core JavaScript================================================== -->
20
<!-- Placed at the end of the document so the pages load faster -->
21
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\\/script>')</script>
22
<script src="../../dist/js/bootstrap.min.js"></script>
23
</body>
24
</html>
25