summaryrefslogtreecommitdiff
path: root/web/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/index.html')
-rw-r--r--web/static/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/static/index.html b/web/static/index.html
index 59df139..0502644 100644
--- a/web/static/index.html
+++ b/web/static/index.html
@@ -10,7 +10,7 @@
</head>
<body>
<div id="main">
- <div id="rem-bar">
+ <div id="info">
<div id="oi">oi!</div>
<div id="p1-info">
<div id="p1-name"></div>
@@ -48,8 +48,9 @@
<div onclick="promptHandle('submit_rem')" class="key">REMAINING</div>
</div>
<div id="keypad-init" class="keypad">
- <div onclick="promptHandle('append', 1); promptHandle('submit')" class="key">(1) Play against bot</div>
- <div onclick="promptHandle('append', 2); promptHandle('submit')" class="key">(2) Scoreboard (2-player)</div>
+ <div onclick="promptHandle('append', 1); promptHandle('submit')" class="key">[1] One-player scoreboard</div>
+ <div onclick="promptHandle('append', 2); promptHandle('submit')" class="key">[2] Two-player scoreboard</div>
+ <div onclick="promptHandle('append', 3); promptHandle('submit')" class="key">[3] Play against bot</div>
</div>
</div>
<div id="settings-bar">