summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html
index dafc342..509f6b5 100644
--- a/www/index.html
+++ b/www/index.html
@@ -6,17 +6,18 @@
<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 = {};
+ 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/anim.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<script src="js/lib/when/when.js"></script>
+ <script src="js/lib/fastclick/lib/fastclick.js"></script>
<script src="js/lib/modernizr-build.js"></script>
<script src="js/all.min.js"></script>
</head>