diff options
Diffstat (limited to 'lib/lsg_web/templates/irc/index.html.eex')
-rw-r--r-- | lib/lsg_web/templates/irc/index.html.eex | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/lsg_web/templates/irc/index.html.eex b/lib/lsg_web/templates/irc/index.html.eex index 91873e6..c42d71f 100644 --- a/lib/lsg_web/templates/irc/index.html.eex +++ b/lib/lsg_web/templates/irc/index.html.eex @@ -1,7 +1,18 @@ -<h1>bot `115ans</h1> +<style type="text/css"> +h1 small { + font-size: 14px; +} +</style> + +<h1> + <small><a href="https://115ans.net">115ans.net</a> › </small><br/> +irc 115ans</h1> <p> -Si vous cherchez l'IRC c'est <a href="https://115ans.net/irc/">par là</a>. +Serveur IRC: <a href="irc://irc.quakenet.org/lsg">irc.quakenet.org #lsg</a>. + Matrix: <a href="https://matrix.random.sh/riot/#rooms/#lsg:random.sh">#lsg:random.sh</a>. +<br /> +<a href="https://115ans.net/irc/">Webchat</a>. <br /> <a href="/irc/stats/">Statistiques</a>. </p> |