summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>