aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/webAO/client.html b/webAO/client.html
index b5bf968..1b6b9c2 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -102,18 +102,18 @@
<div id="client_trackstatus" style="display: none;"><p id="client_trackstatustext">None</p></div>
</div>
</div>
+ <input id="client_inputbox" class="long" type="text" onkeypress="onEnter(event)"
+ placeholder="Say something&hellip;" autocomplete="off">
+ <div id="client_bars">
+ <span id="client_defense_hp" class="health-box">
+ <div class="health-bar"></div>
+ </span>
+ <span id="client_prosecutor_hp" class="health-box">
+ <div class="health-bar"></div>
+ </span>
+ </div>
<div id="client_iccontrols">
- <input id="client_inputbox" class="long" type="text" onkeypress="onEnter(event)"
- placeholder="Say something&hellip;" autocomplete="off">
<meta name="frame-title" lang="en" content="miscellaneous">
- <div id="client_bars">
- <span id="client_defense_hp" class="health-box">
- <div class="health-bar"></div>
- </span>
- <span id="client_prosecutor_hp" class="health-box">
- <div class="health-bar"></div>
- </span>
- </div>
<div id="client_emo">
</div>
<br>
@@ -524,4 +524,4 @@
</select>
</template>
-</html> \ No newline at end of file
+</html>