1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/templates/index.html
2015-07-21 16:14:03 +02:00

12 lines
290 B
HTML

{% extends "layout.html" %}
{% block body %}
<h3>
Welcome to GNS 3.
</h3>
<ul>
<li><a href="http://community.gns3.com">Community</a></li>
<li><a href="http://api.gns3.net">API documentation</a></li>
<li><a href="/upload">Upload images & backup</a></li>
</ul>
{% endblock %}