diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-01 10:26:53 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-01 10:26:53 -0400 |
commit | 828588ccb0e7f203c53b1abad1d70f77d3185a81 (patch) | |
tree | 3a94267cad0df730147677b40b683a8a7d422365 /www/index.html | |
parent | 35abacfe70019cc323ae8379729a934e265e4544 (diff) | |
download | html5ks-828588ccb0e7f203c53b1abad1d70f77d3185a81.tar.xz html5ks-828588ccb0e7f203c53b1abad1d70f77d3185a81.zip |
add nvl
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index b01fea4..ff38ee2 100644 --- a/www/index.html +++ b/www/index.html @@ -51,6 +51,10 @@ <div id="say"></div> <img id="ctc" src="dump/ui/ctc.png" style="display: none"> </div> + <div id="nvl" style="display: none;"> + <div id="nvlsay"></div> + <img id="nvlctc" src="dump/ui/ctc_rotated.png"> + </div> <div id="main-menu" style="display: none;"> <div id="main-menu-buttons" style="top: 377px; position: absolute; left: 81px;"> <div id="start" class="button button-enabled">Start</div> |