diff options
author | Choom | 2023-01-22 01:37:15 -0300 |
---|---|---|
committer | Choom | 2023-01-23 01:28:40 -0300 |
commit | b36284e146949615b019304b5a1eda918befe59b (patch) | |
tree | 05ad6bc054c9f2052b0038afcc86615ca05c3e8b /cgi/templates/home.html | |
parent | 8e519f17d144165b6de31bf3ebabdab5eb13bf0d (diff) | |
download | weabot-b36284e146949615b019304b5a1eda918befe59b.tar.gz weabot-b36284e146949615b019304b5a1eda918befe59b.tar.xz weabot-b36284e146949615b019304b5a1eda918befe59b.zip |
Banners 88x31 en home
Diffstat (limited to 'cgi/templates/home.html')
-rw-r--r-- | cgi/templates/home.html | 65 |
1 files changed, 44 insertions, 21 deletions
diff --git a/cgi/templates/home.html b/cgi/templates/home.html index b5d932b..295ddd1 100644 --- a/cgi/templates/home.html +++ b/cgi/templates/home.html @@ -6,18 +6,18 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Bienvenido a Internet BBS/IB</title> <link rel="shortcut icon" href="favicon.ico" /> - <link rel="stylesheet" type="text/css" href="/home.css?v=17" /> - <script type="text/javascript" src="#{static_url}js/home.js?v=16"></script> + <link rel="stylesheet" type="text/css" href="/home.css?v=4" /> + <script type="text/javascript" src="#{static_url}js/home.js?v=4"></script> </head> <body class="home"> <div id="top_nav"> <strong>[BBS/IB]</strong> <a href="https://vipper.party" target="_blank">[Mastodon]</a> -<a href="https://bienvenidoainternet.org/chat.html" target="_blank">[Matrix]</a> -<a href="https://bienvenidoainternet.org/chat.html#mumble" target="_blank">[Mumble]</a> +<a href="/chat.html" target="_blank">[Matrix]</a> +<a href="/chat.html#mumble" target="_blank">[Mumble]</a> <a href="https://tv.bienvenidoainternet.org" target="_blank">[BaI TV]</a> <a href="https://radio.bienvenidoainternet.org" target="_blank">[Radio]</a> -<a href="https://bienvenidoainternet.org/proyectos/" target="_blank">[Proyectos]</a> +<a href="/proyectos/" target="_blank">[Proyectos]</a> <a href="http://xonotic.bienvenidoainternet.org" target="_blank">[Xonotic]</a> <a href="https://git.bienvenidoainternet.org" target="_blank">[Git]</a> </div> @@ -33,30 +33,41 @@ <div id="boards"> <div class="cat"> <h3>Discusión</h3> - <a href="/noticias/">Actualidad</a> - <a href="/tech/">Tecnología</a> - <a href="/juegos/">Juegos</a> - <a href="/letras/">Humanidades</a> - <a href="/drogas/">Psicotrópicos</a> + <a href="/noticias/">┣ Actualidad</a> + <div>┃</div> + <a href="/tech/">┣ Tecnología</a> + <div>┃</div> + <a href="/juegos/">┣ Juegos</a> + <div>┃</div> + <a href="/letras/">┣ Humanidades</a> + <div>┃</div> + <a href="/drogas/">┗ Psicotrópicos</a> </div> <div class="cat"> <h3>Conversación</h3> - <a href="/zonavip/">Club VIP</a> - <a href="/consejos/">Consejos</a> - <a href="/world/">World Lobby</a> + <a href="/zonavip/">┣ Club VIP</a> + <div>┃</div> + <a href="/consejos/">┣ Consejos</a> + <div>┃</div> + <a href="/world/">┗ World Lobby</a> </div> <div class="cat"> <h3>IB</h3> - <a href="/dqn/">Club DQN</a> - <a href="/2d/">二次元画像</a> - <a href="/z/">BaIAZ</a> - <a href="/a/">Artes</a> - <a href="/o/">Oekaki</a> + <a href="/dqn/">┣ Club DQN</a> + <div>┃</div> + <a href="/2d/">┣ 二次元画像</a> + <div>┃</div> + <a href="/z/">┣ BaIAZ</a> + <div>┃</div> + <a href="/a/">┣ Artes</a> + <div>┃</div> + <a href="/o/">┗ Oekaki</a> </div> <div class="cat"> <h3>Área 51</h3> - <a href="/bai/">Meta</a> - <a href="/0/" class="cero">0</a> + <a href="/bai/">┣ Meta</a> + <div>┃</div> + <a href="/0/">┗ {}</a> </div> </div> <hr /> @@ -128,7 +139,19 @@ <tr> <td colspan="2" id="footer"> <hr /> - Bienvenido a Internet ★ 2010-2022 + <span>Bienvenido a Internet</span> <span>★ 2010-2023 ★</span> <span>weabot.py3 <?py include('templates/revision.html') ?></span> + <div id="buttons"> + <hr /> + <img width="88" height="31" src="/static/img/home/8831bai.gif" /> + <img width="88" height="31" src="/static/img/home/yukkuri.gif" /> + <img width="88" height="31" src="/static/img/home/08831.gif" /> + <img width="88" height="31" src="/static/img/home/pasto.gif" /> + <img width="88" height="31" src="/static/img/home/vip.gif" /> + <img width="88" height="31" src="/static/img/home/marisa.gif" /> + <img width="88" height="31" src="/static/img/home/papiro.gif" /> + <img width="88" height="31" src="/static/img/home/templario.gif" /> + <img width="88" height="31" src="/static/img/home/agplv3.gif" /> + </div> </td> </tr> </table> |