summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index da625d4..c983957 100644
--- a/index.html
+++ b/index.html
@@ -67,6 +67,11 @@
<input id="msg_type" type="text" placeholder="Escribe un mensaje aquí" maxlength="256" autofocus="autofocus" />
<input id="msg_send" class="btn" value="Enviar" type="submit" disabled="disabled" />
</form>
+ <div id="msg_opts">
+ <input id="show_own" class="btn toggle-off" type="button" value="Marcar propios" />
+ <input id="stream_filter" class="btn toggle-off" type="button" value="Filtrar por show" />
+ <input id="clear_chat" class="btn" type="button" value="Limpiar chat" />
+ </div>
<span class="resize" data-id="chat-all"></span>
</div>
</div>
@@ -75,7 +80,7 @@
<div class="sep"></div>
<div id="footer">
- bmus v0.3 ★
+ bmus v0.4 ★
<a href="https://bienvenidoainternet.org/" target="_blank">Bienvenido a Internet</a> ★ 2010-2020
</div>
</body>