monit-dashboard/templates/layout.html
Adrià 0e115ee1fe Initial commit
I was working in a private repo and decided to switch to a public one
without keeping the old commits.
2017-01-07 12:46:50 +01:00

16 lines
287 B
HTML

$def with (content)
<html>
<head>
<title>Monit Dashboard</title>
<link rel="stylesheet" type="text/css" href="static/monit-dashboard.css" />
<meta http-equiv="refresh" content="300">
</head>
<body>
$:content
<a href="/">Home</a> | <a href="/help">Help</a>
</body>
</html>