Add 'www/index.html'
This commit is contained in:
parent
7008bdbe41
commit
989001a9ca
|
@ -0,0 +1,30 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>2Pac Standard Time</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, cord, discord">
|
||||||
|
<link rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
href="https://en.gravatar.com/userimage/208570096/d7e3f1a8a1358a94a6a45ada4e2d7d51.png">
|
||||||
|
<style type="text/css">
|
||||||
|
body, html {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, p {
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>2Pac Standard Timezone</h1>
|
||||||
|
<h3>California Love!</h3>
|
||||||
|
<img src="https://www.seekpng.com/png/full/95-955071_tupac-shakur-clipart-png-2pac-xo-tour-life.png">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
<script>
|
||||||
|
</script>
|
||||||
|
</html>
|
Loading…
Reference in New Issue