diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 20:53:04 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 20:53:04 +0800 |
commit | 76009d547ecca40d4001116ae72ecee6a8141852 (patch) | |
tree | 8fa4027feaf7c9199dcb7255a3f8cb8a45dfe914 /lovely | |
parent | 8709a3ca5e339015e5f17acef5b44466d8b7b412 (diff) | |
download | www-76009d547ecca40d4001116ae72ecee6a8141852.tar.gz |
fads
Diffstat (limited to 'lovely')
-rw-r--r-- | lovely/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lovely/index.html b/lovely/index.html index 76d09ea..6a0eca5 100644 --- a/lovely/index.html +++ b/lovely/index.html @@ -20,8 +20,11 @@ <div class="wrapper"> <div id="majornote"> <p>Welcome to the test site.</p> - <script>alert("Siezure warning! Leave this place immediatly if you don't know what you're doing here.\nThis is a messey website that takes up your CPU with animations.");</script> + <script>alert("Siezure warning! Leave this place immediatly if you don't know what you're doing here.\nThis is a messey website that takes up your CPU with animations. It also plays sound!");</script> </div> + <audio loop="" hidden="" autoplay=""> + <source src="http://www.youareanidiotreborn.org/mwelsh2001/idiot.ogg" type="audio/ogg"> + </audio> <div id="campaign"> <p>It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.</p> </div> |