gns3-server/gns3server/templates/index.html

12 lines
425 B
HTML
Raw Normal View History

2015-03-27 12:04:16 +03:00
{% extends "layout.html" %}
{% block body %}
<h3>
Welcome to GNS3.
2015-03-27 12:04:16 +03:00
</h3>
<ul>
2015-12-11 00:00:16 +02:00
<li><a href="https://gns3.com">Website</a></li>
2015-03-27 12:04:16 +03:00
<li><a href="http://api.gns3.net">API documentation</a></li>
</ul>
2016-06-17 18:25:13 +03: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 12:04:16 +03:00
{% endblock %}