20 lines
511 B
HTML
20 lines
511 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Prometheus</title>
|
|
<script src="/static/vendor/js/jquery.min.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="/static/css/prometheus.css">
|
|
{{template "head" .}}
|
|
</head>
|
|
|
|
<body>
|
|
<div id="navigation">
|
|
<a href="/console">Console</a>
|
|
<a href="/graph">Graph</a>
|
|
<a href="/">Status</a>
|
|
</div>
|
|
{{template "content" .}}
|
|
</body>
|
|
</html>
|