forked from leftypol/leftypol
Migrated irc theme from webchat to kiwiirc and adding additional configuration options to the theme.
This commit is contained in:
parent
72a207b4c0
commit
006821f5d4
2 changed files with 13 additions and 3 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
|
||||
<div class="ban" style="text-align: left!important;">
|
||||
<h2>Web Client - Point your own clients to #{{ settings.channel }} on irc.freenode.net.</h2>
|
||||
<iframe src="https://webchat.freenode.net?channels=%23{{ settings.channel }}&uio=MTE9MTMz98" width="766" height="400"></iframe>
|
||||
<h2>Web Client - Point your own clients to #{{ settings.channel }} on {{ settings.server }}:+{{ settings.port }} .</h2>
|
||||
<iframe src="https://kiwiirc.com/client/{{ settings.server }}:+{{ settings.port }}/#{{ settings.channel }}" width="800px" height="100%" scrolling="no"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue