Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1">
  7.     <meta name="description" content="">
  8.     <meta name="author" content="">
  9.     <link rel="icon" href="../../favicon.ico">
  10.  
  11.     <title>Starter Template for Bootstrap</title>
  12.  
  13.     <!-- Bootstrap core CSS -->
  14.     <link href="css/bootstrap.min.css" rel="stylesheet">
  15.  
  16.     <!-- Custom styles for this template -->
  17.     <link href="starter-template.css" rel="stylesheet">
  18.  
  19.     <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
  20.     <!--[if lt IE 9]><script src="js/ie8-responsive-file-warning.js"></script><![endif]-->
  21.     <script src="js/ie-emulation-modes-warning.js"></script>
  22.  
  23.     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  24.     <!--[if lt IE 9]>
  25.      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  26.      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  27.    <![endif]-->
  28.   </head>
  29.  
  30.   <body>
  31.  
  32.     <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  33.       <div class="container">
  34.         <div class="navbar-header">
  35.           <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  36.             <span class="sr-only">Toggle navigation</span>
  37.             <span class="icon-bar"></span>
  38.             <span class="icon-bar"></span>
  39.             <span class="icon-bar"></span>
  40.           </button>
  41.           <a class="navbar-brand" href="#">Project name</a>
  42.         </div>
  43.         <div id="navbar" class="collapse navbar-collapse">
  44.           <ul class="nav navbar-nav">
  45.             <li class="active"><a href="#">Home</a></li>
  46.             <li><a href="about.html">About</a></li>
  47.             <li><a href="contact">Contact</a></li>
  48.           </ul>
  49.         </div><!--/.nav-collapse -->
  50.       </div>
  51.     </nav>
  52.  
  53.     <div class="container">
  54.  
  55.       <div class="starter-template">
  56.         <h1>Bootstrap starter template</h1>
  57.         <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>
  58.       </div>
  59.  
  60.     </div><!-- /.container -->
  61.  
  62.  
  63.     <!-- Bootstrap core JavaScript
  64.    ================================================== -->
  65.     <!-- Placed at the end of the document so the pages load faster -->
  66.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  67.     <script src="js/bootstrap.min.js"></script>
  68.     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  69.     <script src="js/ie10-viewport-bug-workaround.js"></script>
  70.   </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement