mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-08 03:40:21 +00:00
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 %}
|