Update 'www/index.html'
This commit is contained in:
parent
25dbe596bc
commit
ca44f8c856
|
@ -7,12 +7,19 @@
|
||||||
<meta name="author" content="Sarimoko by Travis Reames">
|
<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="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">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>The Cult</h1>
|
<h1>The Cult</h1>
|
||||||
<p id="heyo-js"></p>
|
<h3>A sudo religion, all praise RNGesus!</h3>
|
||||||
<script>
|
<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;">
|
||||||
document.getElementById("heyo-js").innerHTML = "A sudo religion, all praise RNGesus!";
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue