12 lines
504 B
HTML
12 lines
504 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block page_content %}
|
|
|
|
<iframe src="https://kiwiirc.com/client/irc.datapoint.bg:+6697/?&theme=relaxed#support" style="border:0; width:100%; height:640px;"></iframe>
|
|
{% endblock %}
|
|
|
|
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>
|
|
|
|
{% block footer %}
|
|
{% endblock %}
|