Cult/www/index.html

25 lines
922 B
HTML
Raw Normal View History

2022-02-13 17:29:04 +00:00
<!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">
2022-02-22 08:00:02 +00:00
<style>
body {
background-color: black;
}
h3, p {
color: white;
text-align: center
}
</style>
2022-02-13 17:29:04 +00:00
</head>
2022-02-22 08:00:02 +00:00
<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>
2022-02-13 17:29:04 +00:00
</html>