Update 'www/index.html'
This commit is contained in:
parent
6dd4aa4ab3
commit
25dbe596bc
|
@ -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>
|
Loading…
Reference in New Issue