-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 2.03 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 2.03 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
40
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Twitch Plays Pokemon Superpage</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<script type=text/javascript>
window.onload = function() {
var frameRefreshInterval = setInterval(function() {
document.getElementById("statusdocframe").src = document.getElementById("statusdocframe").src
}, 300000);
}
</script>
</head>
<body>
<div id="container">
<div id="content-container">
<div id="video">
<a href="http://www.twitch.tv/twitchplayspokemon">
<object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=twitchplayspokemon" bgcolor="#000000"><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 name="flashvars" value="hostname=www.twitch.tv&channel=twitchplayspokemon&auto_play=true&start_volume=25" /></object></a>
</div>
<div id="mid">
</div>
<div id="chat">
<iframe frameborder="0" scrolling="no" id="chat_embed" src="http://twitch.tv/chat/embed?channel=twitchplayspokemon&popout_chat=true" height="378" width="350"></iframe>
</div>
<div id="statusdoc">
<iframe id="statusdocframe" src="https://www.google.com/url?q=https%3A%2F%2Fsites.google.com%2Fsite%2Ftwitchplayspokemonstatus%2F&sa=D&sntz=1&usg=AFQjCNE83nRgxYLUtq4wkp_sMezDuzRjkA" width="100%" height="500"/>
<!--<iframe src="http://www.reddit.com/live/m5n42gvbpyi6hdisciytwamw3a" />-->
</div>
<div id="footer">
<p>
Suggestions? <a href="https://twitter.com/ThaNotoriousJOE">Contact me.</a>
</p>
</div>
</div>
</div>
</body>
</html>