diff options
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> |