6 lines
212 B
HTML
Raw Normal View History

{% extends "layout/default.html" %}
{% block body %}
<iframe src="https://kiwiirc.com/client/irc.freenode.org/gns3" frameborder="0" style="width: 100%; height: 100%; position: absolute">
</iframe>
{% endblock %}