summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLibravatar jay 2020-03-09 17:55:03 -0300
committerLibravatar jay 2020-03-09 17:55:03 -0300
commit718a975322891fa028e60f91d8b9ee23aa4f559c (patch)
tree892d147429e88d8684b6e751ff3a197fbb048c38 /index.html
parentafe1df2632fa82d9c0f1189f0719db3fe5ce85e7 (diff)
downloadbairadio-frontend-718a975322891fa028e60f91d8b9ee23aa4f559c.tar.gz
bairadio-frontend-718a975322891fa028e60f91d8b9ee23aa4f559c.tar.xz
bairadio-frontend-718a975322891fa028e60f91d8b9ee23aa4f559c.zip
Arreglando otros bugs menores
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/index.html b/index.html
index c7b955d..1d98d98 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,7 @@
</div>
<div id="details">
<div class="line">
- <div id="server_name-cont" class="block"><span>Show:</span><select id="server_name" class="box"></select></div>
+ <div id="server_name-cont" class="block"><span>Show:</span><select id="server_name" class="box"><option>Nadie está transmitiendo...</option></select></div>
</div>
<div class="line">
<div class="block">Volumen:<span id="volume" class="box">100</span></div>
@@ -58,12 +58,12 @@
<div id="box-chat" class="outer chat">
<div class="inner">
- <div id="box-chat-title" class="boxtitle">Chat<span id="chat-count"></span></div>
+ <div id="box-chat-title" class="boxtitle">Chat<span id="chat-count">0</span></div>
<div class="content">
<div id="chat-all" class="box"></div>
<form autocomplete="off" id="msg_cont">
<input id="msg_type" type="text" placeholder="Escribe un mensaje aquí" maxlength="256" autofocus="autofocus" />
- <input id="msg_send" value="Enviar" type="submit" disabled="disabled" />
+ <input id="msg_send" class="btn" value="Enviar" type="submit" disabled="disabled" />
</form>
<span id="resize"></span>
</div>
@@ -73,8 +73,7 @@
<div class="sep"></div>
<div id="footer">
- <a href="/bai.ogg.m3u" target="_blank">Archivo M3U</a> ★
- <a href="/bai.ogg.xspf" target="_blank">Archivo XSPF</a> ★
+ bmus v0.3 ★
<a href="https://bienvenidoainternet.org/" target="_blank">Bienvenido a Internet</a> ★ 2010-2020
</div>
</body>