gns3-registry/templates/chat.html
Julien Duponchelle 493bec9994 Demo of iframe integration.
The demo show an irc chat
2015-07-30 15:36:49 +02:00

6 lines
212 B
HTML

{% 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 %}