-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (31 loc) · 1.06 KB
/
index.html
File metadata and controls
39 lines (31 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>World Strongest</title>
<link rel="stylesheet" href="css/style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<main>
<header>
<small>World Strongest</small>
<b id="activeName">ACTIVE</b>
</header>
<section id="stream">
<object type="application/x-shockwave-flash" height="560" width="940" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=vibrantdavee">
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" />
<param id="flashvars" name="flashvars" value="hostname=www.twitch.tv&auto_play=true&start_volume=25&channel=vibrantdavee" />
</object>
</section>
<footer>
<section id="online"></section>
<section id="offline"></section>
</footer>
</main>
</body>
</html>