summaryrefslogtreecommitdiff
path: root/templates/heaven.html
blob: 93a86ac9c7f4183822b8a87b46af33a63834250f (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
<!DOCTYPE html>

<html lang="en">

<head>
    <title>heaven</title>
    <link rel="stylesheet" href="/style.css">
    <link rel="stylesheet" href="/heaven/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="/heaven/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>