Add 'www/index.html'
This commit is contained in:
parent
bcc7ad7ad0
commit
b15ab194b9
|
@ -0,0 +1,33 @@
|
|||
<!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>
|
||||
<!-- TITLE: Change to w/e you want! Not important -->
|
||||
<title>Raid with Sarimoko | StreamRaiders.com/t/sarimoko</title>
|
||||
|
||||
<!-- META NAME="NOT REQUIRED!" -->
|
||||
<meta name="author" content="Sarimoko by Travis Reames">
|
||||
<meta name="description" content="A landing page or shortcut to StreamRaiders. Play along, while Sarimoko streams along!">
|
||||
<meta name="keywords" content="sarimoko, sari, moko, sariboto, boto, streamraider, streamraiders, stream, raid, raider, raiders, ttv, twitch, minigame, mini-game, mini, game, view, viewer, engagement, viewership, activity, fun, add, on, add-on, ons, add-ons, addon, addons, lurk, lurking, lurkin, lurkers, lurkz">
|
||||
|
||||
<!-- Basic Responsive Stylesheet | DON'T CHANGE!-->
|
||||
<style type="text/css">
|
||||
body, html
|
||||
{
|
||||
margin: 0; padding: 0; height: 100%; overflow: hidden;
|
||||
}
|
||||
|
||||
#content
|
||||
{
|
||||
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<!-- IMPORTANT -->
|
||||
<!-- Change the src="url" to your StreamRaider's url the chatbot gives your channel -->
|
||||
<!-- Or change sarimoko to your TTV Username -->
|
||||
<iframe width="100%" height="100%" frameborder="0" src="https://www.streamraiders.com/t/sarimoko"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue