-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitch.html
43 lines (32 loc) · 1.54 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<link rel="stylesheet" type="text/css" href="../Project/twitch.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Dynatable/0.3.1/jquery.dynatable.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Dynatable/0.3.1/jquery.dynatable.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Dynatable/0.3.1/jquery.dynatable.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Dynatable/0.3.1/jquery.dynatable.min.css">
<script type="text/javascript" src = "../Project/twitch.js"></script>
</head>
<body>
<div class = "container">
<div class="row">
<div class="col-md-6"><h2>Twitch Streamers</h2></div>
<div class="col-md-6"><ul class="list-group">
<a href="#"><li class="list-group-item-action" id="All">
All
</a></li>
<a href="#"><li class="list-group-item-action " id="Online">
Online
</a></li>
<a href="#"> <li class="list-group-item-action " id="Offline">
Offline
</a></li></ul></div>
<table id="results" ></table>
</div>
</div>
</body>
</html>