Commit 1342cf78 authored by Mattia Rizzolo's avatar Mattia Rizzolo

Update the frame to point to the self-hosted kiwi installation

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mapreri@ubuntu.com>
parent 220d4dc3
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
<iframe height="100%" width="100%" frameborder="0" id='frame'></iframe> <iframe height="100%" width="100%" frameborder="0" id='frame'></iframe>
<script type="text/javascript"> <script type="text/javascript">
var iframe = document.getElementById('frame'); var iframe = document.getElementById('frame');
iframe.src = "https://kiwiirc.com/nextclient/irc.libera.chat:+6697/"+document.location.hash; /* iframe.src = "kiwiirc/irc.libera.chat:+6697/"+document.location.hash; */
iframe.src = "kiwiirc/"+document.location.hash;
</script> </script>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment