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

12 lines
425 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>
2015-12-10 22:00:16 +00:00
<li><a href="https://gns3.com">Website</a></li>
2015-03-27 09:04:16 +00:00
<li><a href="http://api.gns3.net">API documentation</a></li>
</ul>
2016-06-17 15:25:13 +00:00
<p>If you are looking for uploading the IOU. You can since 1.4 upload them directly from the client see: <a href="https://gns3.com/support/docs/how-to-configure-non-native-io-3">this documenation</a>.</p>
2015-03-27 09:04:16 +00:00
{% endblock %}