diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 1f982fc..8aadcb9 100644 --- a/www/index.html +++ b/www/index.html @@ -15,13 +15,13 @@ </script> </head> <body> - <div id="noscript"><noscript><div id="notwork">This Site Totally Doesn't Work Without JavaScript.</div>Like, at all. Sorry. If you enable it and reload this page you'll be good to go. <a href="http://enable-javascript.com/">Need to know how?</a></noscript></div> + <noscript><div id="noscript"><div id="notwork">This Site Totally Doesn't Work Without JavaScript.</div>Like, at all. Sorry. If you enable it and reload this page you'll be good to go. <a href="http://enable-javascript.com/">Don't know how?</a></div></noscript> <audio id="music" loop></audio> <audio id="sound"></audio> <audio id="ambient" loop></audio> <div id="container"> <div id="img"> - <img id="bg" src="/dump/bgs/school_girlsdormhall.jpg" alt=""> + <img id="bg" alt=""> <div id="solid"></div> </div> <img id="window" src="/dump/ui/bg-say.png" alt=""> @@ -34,5 +34,6 @@ <script src="/js/images.js"></script> <script src="/js/characters.js"></script> <script src="/js/script-a1-monday.js"></script> + <script src="/js/modernizr.custom.71672.js"></script> </body> </html> |