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