2013-06-20 08:16:00 +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">
|
2013-06-20 08:16:00 +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-20 08:16:00 +02:00
|
|
|
|
2013-07-21 08:17:01 +02:00
|
|
|
<title>Starter Template for Bootstrap</title>
|
2013-06-20 08:16:00 +02:00
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2014-01-01 15:29:13 +01:00
|
|
|
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
|
2013-06-20 08:16:00 +02:00
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
2013-07-21 08:30:08 +02:00
|
|
|
<link href="starter-template.css" rel="stylesheet">
|
2013-08-18 08:28:52 +02:00
|
|
|
|
2014-04-25 00:35:05 +02:00
|
|
|
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
|
2014-01-01 15:29:13 +01:00
|
|
|
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
|
2014-04-25 00:35:05 +02:00
|
|
|
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
|
2013-10-18 03:39:03 +02:00
|
|
|
|
2014-10-23 08:11:03 +02:00
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
2013-08-18 08:28:52 +02:00
|
|
|
<!--[if lt IE 9]>
|
2014-05-10 08:22:43 +02:00
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
2014-04-21 18:12:43 +02:00
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
2013-08-18 08:28:52 +02:00
|
|
|
<![endif]-->
|
2013-06-20 08:16:00 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2014-08-16 03:09:05 +02:00
|
|
|
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
2013-06-20 08:16:00 +02:00
|
|
|
<div class="container">
|
2013-08-16 02:39:37 +02:00
|
|
|
<div class="navbar-header">
|
2014-07-15 12:39:27 +02:00
|
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
2013-11-03 20:08:24 +01:00
|
|
|
<span class="sr-only">Toggle navigation</span>
|
2013-08-16 02:39:37 +02:00
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
|
|
|
<a class="navbar-brand" href="#">Project name</a>
|
|
|
|
</div>
|
2014-07-15 12:39:27 +02:00
|
|
|
<div id="navbar" class="collapse navbar-collapse">
|
2013-06-20 08:16:00 +02:00
|
|
|
<ul class="nav navbar-nav">
|
|
|
|
<li class="active"><a href="#">Home</a></li>
|
|
|
|
<li><a href="#about">About</a></li>
|
|
|
|
<li><a href="#contact">Contact</a></li>
|
|
|
|
</ul>
|
|
|
|
</div><!--/.nav-collapse -->
|
|
|
|
</div>
|
2014-08-16 03:09:05 +02:00
|
|
|
</nav>
|
2013-06-20 08:16:00 +02:00
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="starter-template">
|
|
|
|
<h1>Bootstrap starter template</h1>
|
|
|
|
<p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div><!-- /.container -->
|
|
|
|
|
2013-08-17 21:32:11 +02:00
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
2014-05-13 07:33:23 +02:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
2013-08-16 02:39:37 +02:00
|
|
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
2014-07-28 02:01:34 +02:00
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
|
|
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
|
2013-06-20 08:16:00 +02:00
|
|
|
</body>
|
2013-08-17 21:32:11 +02:00
|
|
|
</html>
|