1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00
gns3-server/gns3server/templates/layout.html

20 lines
404 B
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>GNS3 Server</title>
</head>
<body>
<div>
<a href="/upload">Home</a>
|
<a href="/upload/backup/images.tar">Backup images</a>
|
<a href="/upload/backup/projects.tar">Backup projects</a>
</div>
{% block body %}{% endblock %}
</body>
<small>
Powered by GNS3 {{gns3_version}}
</small>
</html>