-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Chris Times</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./public/styles/bootstrap.min.css">
<link rel='stylesheet' type='text/css' href="./public/styles/roboto.css">
<link rel='stylesheet' type='text/css' href="./public/styles/berkshire-swash.css">
<link rel="stylesheet" type="text/css" href="./public/styles/index.css">
<!--YouTube API-->
<script src="https://apis.google.com/js/platform.js"></script>
</head>
<body>
<!--Facebook API-->
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
} (document, 'script', 'facebook-jssdk'));
</script>
<main id='root'>
</main>
</body>
</html>