-
-
Save raws/5920713 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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&auto_play=true&start_volume=50"> | |
</object> | |
</div> | |
<div id="chat"> | |
<iframe frameborder="0" scrolling="no" id="chat_embed" src="http://twitch.tv/chat/embed?channel=topbob&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