diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-08 13:16:31 +0000 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-08 13:16:31 +0000 |
commit | 18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c (patch) | |
tree | 240891f6cf7888e545f4cfe08770dbc47fc9a262 /index.html | |
parent | b08abbc6b196c055b26163c58c795bf09b2bb2c1 (diff) | |
download | html5ks-18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c.tar.xz html5ks-18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c.zip |
start on api
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |