Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-22 08:00:02 +00:00
parent 25dbe596bc
commit ca44f8c856
1 changed files with 14 additions and 7 deletions

View File

@ -7,12 +7,19 @@
<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>
<p id="heyo-js"></p>
<script>
document.getElementById("heyo-js").innerHTML = "A sudo religion, all praise RNGesus!";
</script>
</body>
<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>