Add 'www/index.html'
This commit is contained in:
parent
c2cd541fcc
commit
b6c876d191
|
@ -0,0 +1,37 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>The Cord by Sarimoko</title>
|
||||
<meta name="author" content="Sarimoko by Travis Reames">
|
||||
<meta name="description" content="A landing page to redirect people to Sarimoko's Discord server!">
|
||||
<meta name="keywords" content="sarimoko, sari, moko, sariboto, boto, game, gamer, gamertag, tags, gamername, name, username, steam, epic, unreal, unity, blizzard, battlenet, origin, mojang, microsoft, minecraft, fortnite, h1z1, radical heights">
|
||||
<link rel="icon"
|
||||
type="image/png"
|
||||
href="https://en.gravatar.com/userimage/208570096/d7e3f1a8a1358a94a6a45ada4e2d7d51.png">
|
||||
<style type="text/css">
|
||||
body, html
|
||||
{
|
||||
background: #5865f2; margin: 0; padding: 0; height: 100%; overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="platform" id="steam">
|
||||
<h3>Steam</h3>
|
||||
<button>View Library</button>
|
||||
<button><a href="https://steamcommunity.com/id/sarimoko/">View Profile</a></button>
|
||||
<button><a href="https://steamcommunity.com/id/sarimoko/myworkshopfiles/">View Workshop</a></button>
|
||||
</div>
|
||||
<div class="platform" id="battlenet">
|
||||
<h3>Battle.net | Activision/Blizzard</h3>
|
||||
<p>
|
||||
Sarimoko#1156
|
||||
</p>
|
||||
|
||||
</body>
|
||||
<script>
|
||||
// script
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in New Issue