2013-03-27 16:40:01 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<title>Prometheus</title>
|
2013-04-09 10:15:05 +00:00
|
|
|
<script src="/static/vendor/js/jquery.min.js"></script>
|
2013-04-02 17:14:02 +00:00
|
|
|
<link type="text/css" rel="stylesheet" href="/static/css/prometheus.css">
|
|
|
|
{{template "head" .}}
|
2013-03-27 16:40:01 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-04-02 17:14:02 +00:00
|
|
|
<div id="navigation">
|
|
|
|
<a href="/console">Console</a>
|
|
|
|
<a href="/graph">Graph</a>
|
|
|
|
<a href="/">Status</a>
|
|
|
|
</div>
|
2013-03-27 16:40:01 +00:00
|
|
|
{{template "content" .}}
|
|
|
|
</body>
|
|
|
|
</html>
|