diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-02 13:48:43 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-02 13:49:29 -0500 |
commit | 930ab7e6476149d19ba523de77b8871d78cabdec (patch) | |
tree | b7f74d4d9dfaa4393be1ad4be2b08af2cded098a /www/index.html | |
parent | 143571f43a0b1f505638d5225838551b556f222e (diff) | |
download | html5ks-930ab7e6476149d19ba523de77b8871d78cabdec.tar.xz html5ks-930ab7e6476149d19ba523de77b8871d78cabdec.zip |
meh
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html index 600b52f..93fc506 100644 --- a/www/index.html +++ b/www/index.html @@ -5,13 +5,6 @@ <meta name="description" content="HTML5 implementation of Katawa Shoujo, a bishÅjo-style visual novel by Four Leaf Studios that tells a story of a young man and five young women living with varying disabilities."> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <title class="window_name">Katawa Shoujo</title> - <script> - window.define = function(factory) { - try{ delete window.define; } catch(e){ window.define = void 0; } // IE - window.when = factory(); - }; - window.define.amd = {}; - </script> <link rel="shortcut icon" type="image/png" href="dump/ui/icon.png"> <link rel="apple-touch-icon" href="dump/ui/icon.png"> <link rel="stylesheet" type="text/css" href="css/index.css"> |