mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-02 02:56:41 +00:00
493bec9994
The demo show an irc chat
6 lines
212 B
HTML
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 %}
|