File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > Bootstrap 101 Template</ title >
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ <!-- Bootstrap -->
7
+ < link href ="css/bootstrap.min.css " rel ="stylesheet ">
8
+
9
+ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
10
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
11
+ <!--[if lt IE 9]>
12
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14
+ <![endif]-->
15
+ </ head >
16
+ < body >
17
+ < h1 > Hello, world!</ h1 >
18
+
19
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
20
+ < script src ="https://code.jquery.com/jquery.js "> </ script >
21
+ <!-- Include all compiled plugins (below), or include individual files as needed -->
22
+ < script src ="js/bootstrap.min.js "> </ script >
23
+ </ body >
24
+ </ html >
You can’t perform that action at this time.
0 commit comments