error sound on bsod load
This commit is contained in:
parent
b5861e2a37
commit
10f4880c71
2 changed files with 1 additions and 0 deletions
BIN
public/assets/sounds/xp_error.mp3
Normal file
BIN
public/assets/sounds/xp_error.mp3
Normal file
Binary file not shown.
|
@ -3,6 +3,7 @@ import Layout from "../layouts/bsod.astro";
|
|||
---
|
||||
<Layout>
|
||||
<main>
|
||||
<audio src="/assets/sounds/xp_error.mp3" autoplay="autoplay"></audio>
|
||||
<h1 class="frown">:(</h1>
|
||||
<h2 class="subtext1">Your browser ran into a problem and needs to die. Please try a different browser that isn't Chrome, and try again later.</h2>
|
||||
<br><br>
|
||||
|
|
Loading…
Reference in a new issue