25 lines
922 B
HTML
25 lines
922 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>The Cult</title>
|
|
<meta name="author" content="Sarimoko by Travis Reames">
|
|
<meta name="description" content="A sudo religion, all praise RNGesus! Not really, but really... a self-aware cult.">
|
|
<meta name="keywords" content="sarimoko, sari, moko, sariboto, boto, cult, religion, rngesus, agnostic">
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
}
|
|
h3, p {
|
|
color: white;
|
|
text-align: center
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>The Cult</h1>
|
|
<h3>A sudo religion, all praise RNGesus!</h3>
|
|
<img src="https://www.nicepng.com/png/full/145-1454277_kappa-rngesus-png.png" alt="RNGesus NOT FOUND!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
|
|
</body>
|
|
</html> |