proxadmin/app/templates/main/livechat.html

12 lines
504 B
HTML
Raw Normal View History

2017-03-08 13:53:09 -05:00
{% extends "base.html" %}
{% block page_content %}
2017-05-07 21:33:42 -04:00
<iframe src="https://kiwiirc.com/client/irc.datapoint.bg:+6697/?&theme=relaxed#support" style="border:0; width:100%; height:640px;"></iframe>
2017-03-08 13:53:09 -05:00
{% endblock %}
2017-05-07 21:33:42 -04:00
To permanently stay connected to our chat network you could use an client like <a href="https://hexchat.github.io/downloads.html">HexChan</a> and use the following URL <a href="irc://irc.datapoint.bg:+6697/#support">irc://irc.datapoint.bg:+6697/#support</a>
2017-03-08 13:53:09 -05:00
{% block footer %}
{% endblock %}