You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/gns3server/templates/index.html

12 lines
279 B

{% extends "layout.html" %}
{% block body %}
<h3>
Welcome to GNS 3.
</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 %}