summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLibravatar jay 2020-03-12 01:32:20 -0300
committerLibravatar jay 2020-03-12 01:32:20 -0300
commit9ba1418375bdbebb7d0fd1ef1d6858b720268b9c (patch)
treee9a6d744e7687d3285e9d0d5a22da193aba37259 /index.html
parent5aa59bf662561980755acf131897379092eeeba3 (diff)
downloadbairadio-frontend-9ba1418375bdbebb7d0fd1ef1d6858b720268b9c.tar.gz
bairadio-frontend-9ba1418375bdbebb7d0fd1ef1d6858b720268b9c.tar.xz
bairadio-frontend-9ba1418375bdbebb7d0fd1ef1d6858b720268b9c.zip
Agregando más funciones a chat
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>