diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-02 21:59:14 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-02 21:59:14 -0400 |
commit | 1f1c60fc12c04a4a086df356650fdec4de051fc2 (patch) | |
tree | 7e1725495ffdd28f83c7b9786963b6e06ab03961 /www/index.html | |
parent | 5407f77a593360aa1d48ad5935c393a8f137efaf (diff) | |
download | html5ks-1f1c60fc12c04a4a086df356650fdec4de051fc2.tar.xz html5ks-1f1c60fc12c04a4a086df356650fdec4de051fc2.zip |
add skip/auto indicators, fix auto mode
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 92a2611..595bcbb 100644 --- a/www/index.html +++ b/www/index.html @@ -54,6 +54,8 @@ </div> <div id="choices" class="centered"></div> <div id="centered" class="say"></div> + <img class="status" id="auto" src="dump/ui/sd-auto.png"> + <img class="status" id="skip" src="dump/ui/sd-skip.png"> <div id="main-menu" style="display: none;"> <div id="main-menu-buttons" style="top: 377px; position: absolute; left: 81px;"> <div id="start" class="button">Start</div> |