-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<!-- You have a funny feeling like you're being followed. -->
<!-- Song & Poem are accredited to Dan Salvato of https://ddlc.moe -->
<!-- Everything else is licensed under MIT License, available at smol.fi/license.txt -->
<head>
<title>happy thoughts</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<div id="confusion">
<p class="plug">Confused? <a class="ddlc" href="https://ddlc.moe" target="_blank">https://ddlc.moe</a></p>
</div>
<div id="nocontrol">
<audio autoplay loop id="sayonara">
<source src="./audio/sayo-nara.ogg" type="audio/ogg">
</audio>
<div id="sperg">
<p class="title">Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of my head. Get out of</p>
<p class="title">Get.</p>
<p class="title">Out.</p>
<p class="title">Of.</p>
<p class="title">My.</p>
<p class="title">Head.</p>
<br />
<p class="title">Get out of my head before I do what I know is best for you.</p>
<p class="title">Get out of my head before I listen to everything she said to me.</p>
<p class="title">Get out of my head before I show you how much I love you.</p>
<p class="title">Get out of my head before I finish writing this poem.</p>
<br />
<p class="title">But a poem is never actually finished.</p>
<p class="title">It just stops moving.</p>
</div>
</div>
</body>
</html>