commit f1dd74a0abe1aa4fd16bcd00da6ef56eeeaa4b9a Author: doqedev Date: Tue Jul 8 17:19:02 2025 -0700 first commit diff --git a/bg.mp4 b/bg.mp4 new file mode 100644 index 0000000..e43bb56 Binary files /dev/null and b/bg.mp4 differ diff --git a/icon.gif b/icon.gif new file mode 100644 index 0000000..8e6a7d7 Binary files /dev/null and b/icon.gif differ diff --git a/maintenance.html b/maintenance.html new file mode 100644 index 0000000..7b2e309 --- /dev/null +++ b/maintenance.html @@ -0,0 +1,53 @@ + + + Purgatory + + + + + + + +
+
+

Purgatory

+

This website is under construction, check back later!

+
+ + + diff --git a/old_doll.wav b/old_doll.wav new file mode 100644 index 0000000..8f3d3af Binary files /dev/null and b/old_doll.wav differ diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..9a807ce --- /dev/null +++ b/styles.css @@ -0,0 +1,47 @@ +@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap'); + +#bg-video { + position: fixed; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + object-fit: cover; + z-index: -1; +} + +#video-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + backdrop-filter: blur(10px); + background-color: rgba(0, 0, 0, 0.7); + z-index: -1; +} + +body { + margin: 0; + padding: 0; + font-family: "Inconsolata", monospace; + color: white; + position: relative; +} + +#content > * { + margin: 3; +} + +#content { + position: relative; + z-index: 0; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + text-align: center; + background: transparent; + display: flex; + flex-direction: column; +}