Cult/www/index.html

18 lines
637 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">
</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>