summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-08 13:16:31 +0000
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-08 13:16:31 +0000
commit18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c (patch)
tree240891f6cf7888e545f4cfe08770dbc47fc9a262 /index.html
parentb08abbc6b196c055b26163c58c795bf09b2bb2c1 (diff)
downloadhtml5ks-18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c.tar.xz
html5ks-18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c.zip
start on api
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3bf5749..bc45b25 100644
--- a/index.html
+++ b/index.html
@@ -30,12 +30,20 @@
left: -190px;
}
}
+ #bg,#vid {
+ position: relative;
+ }
</style>
+ <script src="/js/helpers.js"></script>
+ <script src="/js/api.js"></script>
+ <script src="/js/imachine_api.js"></script>
+ <script src="/js/script_api.js"></script>
</head>
<body>
<audio id="music" src="/dump/bgm/Ease.ogg" loop controls></audio>
<div id="container" style="position: relative;">
- <img src="/dump/bgs/school_girlsdormhall.jpg" style="position: relative; animation: 1.5s toright both ease-in;">
+ <img id="bg" src="/dump/bgs/school_girlsdormhall.jpg">
+ <video id="video"></video>
<img src="/dump/ui/bg-say.png" style="position: absolute; top: 440px; left: 0;">
<div style="font: 22px/27px Playtime; color: white; width: 750px; height: 90px; position: absolute; top: 493px; left: 28px;">It doesn't take long to identify the source as Lilly's room, though the deep timbre of the female voice unmistakably belongs not to her, but to her sister.</div>
</div>