mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 15:48:59 +00:00
8f33d9ab79
Fix #1977
12 lines
426 B
HTML
12 lines
426 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://docs.gns3.com">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="http://docs.gns3.com/1PKfYwR78QP_Z3jqxBQ1pdy6SsqM27qhvdCvSmIizRh4">this documentation</a>.</p>
|
|
{% endblock %}
|