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

21 lines
399 B
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
2016-03-17 14:15:30 +00:00
{% block head %}{% endblock %}
<title>GNS3 Server</title>
</head>
<body>
<div>
2015-07-21 14:14:03 +00:00
<a href="/">Home</a>
|
2016-03-15 10:32:10 +00:00
<a href="/controller">Controller status</a>
|
2016-04-18 18:55:22 +00:00
<a href="/compute">Compute status</a>
</div>
{% block body %}{% endblock %}
</body>
<small>
Powered by GNS3 {{gns3_version}}
</small>
</html>