Added some spooky text to the backrooms page

This commit is contained in:
hayden 2019-06-23 11:40:40 -05:00
parent 7dc56aed69
commit 4ac0011895
2 changed files with 8 additions and 0 deletions

View File

@ -8,5 +8,8 @@
<source src="thebackrooms.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<p class="spooky_text">
If you're not careful and you noclip out of reality in the wrong areas, you'll end up in the Backrooms, where it's nothing but the stink of old moist carpet, the madness of mono-yellow, the endless background noise of fluorescent lights at maximum hum-buzz, and approximately six hundred million square miles of randomly segmented empty rooms to be trapped in. God save you if you hear something wandering around nearby, because it sure as hell has heard you.
</p>
</body>
</html>

View File

@ -5,3 +5,8 @@ html {
-o-background-size: cover;
background-size: cover;
}
p.spooky_text {
max-width: 500px;
font-family: monospace;
}