Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-13 17:29:04 +00:00
parent 6dd4aa4ab3
commit 25dbe596bc
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!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">
</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>
</html>