author | stetrabby <info@trabucchi.de> |
Fri, 20 Dec 2013 22:49:16 +0100 | |
changeset 54 | 0ded9d7748b7 |
permissions | -rwxr-xr-x |
info@54 | 1 |
<!DOCTYPE html> |
info@54 | 2 |
<html lang="en"> |
info@54 | 3 |
<head> |
info@54 | 4 |
<meta charset="utf-8"> |
info@54 | 5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
info@54 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
info@54 | 7 |
<meta name="description" content=""> |
info@54 | 8 |
<meta name="author" content=""> |
info@54 | 9 |
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> |
info@54 | 10 |
|
info@54 | 11 |
<title>Starter Template for Bootstrap</title> |
info@54 | 12 |
|
info@54 | 13 |
<!-- Bootstrap core CSS --> |
info@54 | 14 |
<link href="../../dist/css/bootstrap.css" rel="stylesheet"> |
info@54 | 15 |
|
info@54 | 16 |
<!-- Custom styles for this template --> |
info@54 | 17 |
<link href="starter-template.css" rel="stylesheet"> |
info@54 | 18 |
|
info@54 | 19 |
<!-- Just for debugging purposes. Don't actually copy this line! --> |
info@54 | 20 |
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
info@54 | 21 |
|
info@54 | 22 |
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
info@54 | 23 |
<!--[if lt IE 9]> |
info@54 | 24 |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
info@54 | 25 |
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
info@54 | 26 |
<![endif]--> |
info@54 | 27 |
</head> |
info@54 | 28 |
|
info@54 | 29 |
<body> |
info@54 | 30 |
|
info@54 | 31 |
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> |
info@54 | 32 |
<div class="container"> |
info@54 | 33 |
<div class="navbar-header"> |
info@54 | 34 |
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
info@54 | 35 |
<span class="sr-only">Toggle navigation</span> |
info@54 | 36 |
<span class="icon-bar"></span> |
info@54 | 37 |
<span class="icon-bar"></span> |
info@54 | 38 |
<span class="icon-bar"></span> |
info@54 | 39 |
</button> |
info@54 | 40 |
<a class="navbar-brand" href="#">Project name</a> |
info@54 | 41 |
</div> |
info@54 | 42 |
<div class="collapse navbar-collapse"> |
info@54 | 43 |
<ul class="nav navbar-nav"> |
info@54 | 44 |
<li class="active"><a href="#">Home</a></li> |
info@54 | 45 |
<li><a href="#about">About</a></li> |
info@54 | 46 |
<li><a href="#contact">Contact</a></li> |
info@54 | 47 |
</ul> |
info@54 | 48 |
</div><!--/.nav-collapse --> |
info@54 | 49 |
</div> |
info@54 | 50 |
</div> |
info@54 | 51 |
|
info@54 | 52 |
<div class="container"> |
info@54 | 53 |
|
info@54 | 54 |
<div class="starter-template"> |
info@54 | 55 |
<h1>Bootstrap starter template</h1> |
info@54 | 56 |
<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> |
info@54 | 57 |
</div> |
info@54 | 58 |
|
info@54 | 59 |
</div><!-- /.container --> |
info@54 | 60 |
|
info@54 | 61 |
|
info@54 | 62 |
<!-- Bootstrap core JavaScript |
info@54 | 63 |
================================================== --> |
info@54 | 64 |
<!-- Placed at the end of the document so the pages load faster --> |
info@54 | 65 |
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> |
info@54 | 66 |
<script src="../../dist/js/bootstrap.min.js"></script> |
info@54 | 67 |
</body> |
info@54 | 68 |
</html> |