-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtwitch.html
30 lines (27 loc) · 982 Bytes
/
twitch.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>
<head>
<meta charset="utf-8" />
<title>Twitch.tv API JSON app</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="twitch.css" />
<script type="text/javascript" src="twitch.js"></script>
</head>
<body>
<nav id="sections">
<a href="index.html">Home</a> --
<a href="about.html">About Me</a> --
<a href="projects.html">Projects</a> --
<a href="contact.html">Contact Me</a>
</nav>
<h1>freeCodeCamp Twitch.TV App</h1>
<div id="main">
</div>
</body>
</html>