Add 'www/index.html'

This commit is contained in:
Sarimoko 2021-11-07 20:23:11 +00:00
parent e07d22e7a2
commit 9ccebb31ed
1 changed files with 35 additions and 0 deletions

35
www/index.html Normal file
View File

@ -0,0 +1,35 @@
<!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">
<link rel="icon"
type="image/png"
href="https://en.gravatar.com/userimage/208570096/d7e3f1a8a1358a94a6a45ada4e2d7d51.png">
<!-- 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://discordapp.com/invite/FYA9JMW"></iframe>
</div>
</body>
</html>