mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00:00
4783691c87
Fix #552
21 lines
399 B
HTML
21 lines
399 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="/controller">Controller status</a>
|
|
|
|
|
<a href="/compute">Compute status</a>
|
|
</div>
|
|
{% block body %}{% endblock %}
|
|
</body>
|
|
<small>
|
|
Powered by GNS3 {{gns3_version}}
|
|
</small>
|
|
</html>
|