1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/gns3server/templates/index.html
2015-12-11 14:35:08 +01:00

12 lines
278 B
HTML

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