mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-14 12:29:02 +00:00
19 lines
363 B
HTML
19 lines
363 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title>GNS3 Server</title>
|
|
</head>
|
|
<body>
|
|
{% block body %}{% endblock %}
|
|
</body>
|
|
<h3>
|
|
Welcome to Home page of GNS3.
|
|
</h3>
|
|
<h4>
|
|
Visit the upload page to try GNS3 features: <a href = "/upload">Upload</a>
|
|
</h4>
|
|
<small>
|
|
Powered by GNS3 {{gns3_version}}
|
|
</small>
|
|
</html>
|