-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 1.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
The Orb Lunacy
</title>
<link href="styles/style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,
wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap"
rel="stylesheet">
<meta name="google-site-verification"
content="btC47gpqxpZQvIpcx6tqGfQYOVSGxnedHE5yA_AAlMk"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=
G-KHZREGLFD3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KHZREGLFD3');
</script>
</head>
<body>
<img src='img/orb-thumb.webp' alt="The almighty orb" class="orb">
<h1>The Orb</h2>
<h1 class="subtitle">Master of the lunatics</h1>
<hr class="top">
<h2>Introduction to the <em>Creed of the Orb</em></h2>
<p>
<em>Greetings</em> fellow cultist <span class="cult-id"></span> in the
wild! It seems you have stumbled upon the sacred path leading to the
world of <strong>the Orb </strong>. You may have your doubts and
insecurities as to the legibility of this brotherhood. Fear not, for
the astral auras of the orb will guide you onto your destiny, with
the least friction and hustle. We provide here a basic set of
dogmas you need to start practicing before you can start your voyage
into the depths of orbic chaos.
<ol>
<li>Think about your footsteps.</li>
<li>Always look away from the sun.</li>
<li>Eat <a href="https://oeis.org/A000032">3, 4 or 7</a> mushrooms
per meal.</li>
</ol>
</p>
<script src="scripts/main.js"></script>
</body>
</html>