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

12 lines
289 B
HTML
Raw Normal View History

2015-03-27 09:04:16 +00:00
{% extends "layout.html" %}
{% block body %}
<h3>
Welcome to GNS3.
2015-03-27 09:04:16 +00:00
</h3>
<ul>
<li><a href="http://community.gns3.com">Community</a></li>
<li><a href="http://api.gns3.net">API documentation</a></li>
2015-07-21 14:14:03 +00:00
<li><a href="/upload">Upload images & backup</a></li>
2015-03-27 09:04:16 +00:00
</ul>
{% endblock %}