34 lines
940 B
HTML
34 lines
940 B
HTML
<!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;
|
|
}
|
|
img {
|
|
width: "30%";
|
|
height: auto;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>2Pac Standard Timezone</h1>
|
|
<h3>California Love!</h3>
|
|
<center><img src="https://www.seekpng.com/png/full/95-955071_tupac-shakur-clipart-png-2pac-xo-tour-life.png"></center>
|
|
|
|
</body>
|
|
<script>
|
|
</script>
|
|
</html> |