Skip to content

Instantly share code, notes, and snippets.

@raws
Forked from anonymous/treksubs
Last active December 19, 2015 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raws/5920713 to your computer and use it in GitHub Desktop.
Save raws/5920713 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Star Trek Subs</title>
<style type="text/css" media="screen">
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
text-align: center;
}
#container {
width: 1066px;
margin: 40px auto 0 auto;
}
#video {
width: 696px;
float: left;
}
#chat {
width: 350px;
float: right;
}
</style>
</head>
<body>
<div id="container">
<h1>Star Trek Subs</h1>
<div id="video">
<object id="live_embed_player_flash" width="696" height="522" type="application/x-shockwave-flash" data="http://www.justin.tv/widgets/live_embed_player.swf?channel=altoids_630" bgcolor="#000000">
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">
<param name="allowNetworking" value="all">
<param name="movie" value="http://www.justin.tv/widgets/live_embed_player.swf">
<param name="flashvars" value="channel=altoids_630&amp;auto_play=true&amp;start_volume=50">
</object>
</div>
<div id="chat">
<iframe frameborder="0" scrolling="no" id="chat_embed" src="http://twitch.tv/chat/embed?channel=topbob&amp;popout_chat=true" height="524" width="350"></iframe>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment