diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 13:22:59 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 13:23:46 -0400 |
commit | 6e8f7774235ecd00f94071374838c17f48378a7a (patch) | |
tree | 3ad17b272561cf96ddcf616a45c4121edf16950b /www/index.html | |
parent | b1a157e58e0a4732853418a6305640cade500566 (diff) | |
download | html5ks-6e8f7774235ecd00f94071374838c17f48378a7a.tar.xz html5ks-6e8f7774235ecd00f94071374838c17f48378a7a.zip |
working
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> |