1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/templates/index.html

12 lines
426 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>
2017-04-03 14:27:08 +00:00
<li><a href="http://docs.gns3.com">Documentation</a></li>
2015-03-27 09:04:16 +00:00
</ul>
2017-04-03 14:27:08 +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="http://docs.gns3.com/1PKfYwR78QP_Z3jqxBQ1pdy6SsqM27qhvdCvSmIizRh4">this documentation</a>.</p>
2015-03-27 09:04:16 +00:00
{% endblock %}