File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
3
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
4
< head >
5
+ < meta charset ="utf-8 " />
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
+ <!-- Bootstrap -->
9
+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css " integrity ="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp " crossorigin ="anonymous " />
10
+
11
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
12
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
13
+ <!--[if lt IE 9]>
14
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
15
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
16
+ <![endif]-->
5
17
< link href ="https://fonts.googleapis.com/css?family=Open+Sans " rel ="stylesheet " type ="text/css " />
6
18
< style type ="text/css ">
7
19
h1 {
28
40
< body >
29
41
< div >
30
42
< h1 > Matthew Warman</ h1 >
43
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
44
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js "> </ script >
45
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " integrity ="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa " crossorigin ="anonymous "> </ script >
31
46
< div class ="separator " />
32
47
< div id ="navigation ">
33
48
< ul >
You can’t perform that action at this time.
0 commit comments