1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/templates/layout.html
Julien Duponchelle 9349bdc916
Fix documentation
2016-04-18 20:55:22 +02:00

27 lines
560 B
HTML

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