summaryrefslogtreecommitdiff
path: root/heaven/index.html
blob: e8b40b1276ec97c2370d97a673d23791906f78f2 (plain) (blame)
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
<!DOCTYPE html>

<html lang="en">

<head>
    <title>hell</title>
    <link rel="icon" href="smallfire.gif">
    <link rel="preload" href="/assets/unifont.woff2" as="font" type="font/woff2">
    <link rel="preload" href="/assets/unifont_upper.woff2" as="font" type="font/woff2">
    <link rel="stylesheet" href="/style.css">
    <link rel="stylesheet" href="heaven.css">
    <meta charset="UTF-8">
</head>

<body>
        <div id="heavenly-host"></div>
    <div class="centered">
        <details class="holy">
            <summary>🕊🕊🕊
                (please enable autoplay to hear music lol)</summary>
            <audio autoplay loop controls>
                <source src="everytime_we_touch_nightcore.ogg">
            </audio>
        </details>
        <h1 class="holy">😇 GOD BLESS YOU FRIEND... YOU ARE IN HEAVEN! 😇</h1>
        <div class="huge holy section">
                YOU ARE LOVED <span style="color: var(--red);">💖</span><span style="color: var(--red);">🌹</span>
        </div>
</body>

</html>