aboutsummaryrefslogtreecommitdiff
path: root/client.html
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-03-06 20:58:12 +0100
committerstonedDiscord <stoned@derpymail.org>2018-03-06 20:58:12 +0100
commite9c5434226dbc1871f6ec9ae880b23dc16bea52e (patch)
tree43d4785339be978d57235658035c807250d49437 /client.html
parent00146d1794257fb0c9abe5c9790ac809c7910cca (diff)
tabs>spaces
Diffstat (limited to 'client.html')
-rw-r--r--client.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/client.html b/client.html
index 75ce66b..ec78f90 100644
--- a/client.html
+++ b/client.html
@@ -3,6 +3,7 @@
<head>
<title>Attorney Online session</title>
+ <meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="client.css">
<script src="client.js"></script>
</head>
@@ -32,7 +33,12 @@
</div>
<input id="client_inputbox" type="text" onKeyPress="onEnter(event)" />
<div id="client_emo">
- </div>
+ </div>
+ <div id="client_buttons">
+ <img src="misc/holdit.png" id="button_1" alt="Hold it!" class="client_button" onclick="toggleshout(1)">
+ <img src="misc/objection.png" id="button_2" alt="OBJECTION!" class="client_button" onclick="toggleshout(2)">
+ <img src="misc/takethat.png" id="button_3" alt="Take That!" class="client_button" onclick="toggleshout(3)">
+ </div>
</div>
<div id="client_settings">
Music <input id="client_mvolume" type="range" min="0" max="100" value="80" onChange="changeMusicVolume()"/>
@@ -55,6 +61,10 @@
<input id="client_oocinputbox" type="text" onKeyPress="onOOCEnter(event)" />
<select id="client_musiclist" size="25" onclick="musiclist_click(event)"></select>
</div>
+ <div id="client_error" class="error" style="display: none">
+ <p>CONNECTION ERROR</p><br>
+ <button onclick='ReconnectButton()'>RECONNECT</button>
+ </div>
</body>
</html> \ No newline at end of file