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+ <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8+ < meta name ="description " content ="">
9+ < meta name ="author " content ="">
10+ < link rel ="icon " href ="../../favicon.ico ">
11+
12+ < title > Starter Template for Bootstrap</ title >
13+
14+ <!-- Bootstrap core CSS -->
15+ < link href ="./s/css/bootstrap.min.css " rel ="stylesheet ">
16+ < link href ="./s/css/style.css " rel ="stylesheet ">
17+
18+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
19+ <!--[if lt IE 9]>
20+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
21+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
22+ <![endif]-->
23+ </ head >
24+
25+ < body >
26+
27+ < nav class ="navbar navbar-inverse navbar-fixed-top ">
28+ < div class ="container ">
29+ < div class ="navbar-header ">
30+ < button type ="button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#navbar "
31+ aria-expanded ="false " aria-controls ="navbar ">
32+ < span class ="sr-only "> Toggle navigation</ span >
33+ < span class ="icon-bar "> </ span >
34+ < span class ="icon-bar "> </ span >
35+ < span class ="icon-bar "> </ span >
36+ </ button >
37+ < a class ="navbar-brand " href ="# "> Project name</ a >
38+ </ div >
39+ < div id ="navbar " class ="collapse navbar-collapse ">
40+ < ul class ="nav navbar-nav ">
41+ < li class ="active "> < a href ="# "> Home</ a > </ li >
42+ < li > < a href ="#about "> About</ a > </ li >
43+ < li > < a href ="#contact "> Contact</ a > </ li >
44+ </ ul >
45+ </ div >
46+ <!--/.nav-collapse -->
47+ </ div >
48+ </ nav >
49+
50+ < div class ="container ">
51+
52+ < div class ="placeholder ">
53+ < h1 > Placeholder Text</ h1 >
54+
55+ < p class ="lead "> Use this document as a way to quickly start any new project.< br > All you get is this text and a
56+ mostly barebones HTML document.</ p >
57+ </ div >
58+
59+ </ div >
60+ <!-- /.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.2/jquery.min.js "> </ script >
67+ < script src ="./s/js/bootstrap.min.js "> </ script >
68+ <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
69+ < script src ="./s/js/ie10-viewport-bug-workaround.js "> </ script >
70+ </ body >
0 commit comments