mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-09 17:41:26 +00:00
4783691c87
Fix #552
12 lines
425 B
HTML
12 lines
425 B
HTML
{% extends "layout.html" %}
|
|
{% block body %}
|
|
<h3>
|
|
Welcome to GNS3.
|
|
</h3>
|
|
<ul>
|
|
<li><a href="https://gns3.com">Website</a></li>
|
|
<li><a href="http://api.gns3.net">API documentation</a></li>
|
|
</ul>
|
|
<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>
|
|
{% endblock %}
|