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
426 B

9 years ago
{% extends "layout.html" %}
{% block body %}
<h3>
Welcome to GNS3.
9 years ago
</h3>
<ul>
<li><a href="https://gns3.com">Website</a></li>
9 years ago
<li><a href="http://api.gns3.net">API documentation</a></li>
</ul>
8 years ago
<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 documentation</a>.</p>
9 years ago
{% endblock %}