gns3-server/gns3server/templates/index.html

13 lines
492 B
HTML
Raw Permalink 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>
2017-04-03 17:27:08 +03:00
<li><a href="http://docs.gns3.com">Documentation</a></li>
<li><a href="/static/web-ui/bundled">WebUI - bundled</a></li>
2015-03-27 12:04:16 +03:00
</ul>
2017-04-03 17:27:08 +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="http://docs.gns3.com/1PKfYwR78QP_Z3jqxBQ1pdy6SsqM27qhvdCvSmIizRh4">this documentation</a>.</p>
2015-03-27 12:04:16 +03:00
{% endblock %}