diff options
Diffstat (limited to 'heaven/index.html')
| -rw-r--r-- | heaven/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/heaven/index.html b/heaven/index.html new file mode 100644 index 0000000..e8b40b1 --- /dev/null +++ b/heaven/index.html @@ -0,0 +1,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> |
