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

27 lines
518 B
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
2015-06-12 08:10:46 +00:00
<script>
{% block script %}{% endblock %}
</script>
<title>GNS3 Server</title>
</head>
<body>
<div>
2015-07-21 14:14:03 +00:00
<a href="/">Home</a>
|
2015-07-21 14:14:03 +00:00
<a href="/upload">Upload</a>
|
<a href="/backup/images.tar">Backup images</a>
|
2015-07-21 14:14:03 +00:00
<a href="/backup/projects.tar">Backup projects</a>
|
2015-12-22 13:58:51 +00:00
<a href="/status">Status</a>
</div>
{% block body %}{% endblock %}
</body>
<small>
Powered by GNS3 {{gns3_version}}
</small>
</html>