Cult/www/index.html

34 lines
1.0 KiB
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;
}
2022-02-22 08:02:02 +00:00
h1, h3, p {
2022-02-22 08:00:02 +00:00
color: white;
text-align: center
}
2022-02-22 08:02:02 +00:00
img {
position: absolute;
width: 420px;
height: auto;
left: 50%;
top: 50%;
margin-left: -285px;
margin-top: -190px;
}
2022-02-22 08:00:02 +00:00
</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>
2022-02-22 08:02:02 +00:00
<img src="https://www.nicepng.com/png/full/145-1454277_kappa-rngesus-png.png" alt="RNGesus NOT FOUND!">
2022-02-22 08:00:02 +00:00
</body>
2022-02-13 17:29:04 +00:00
</html>