monit-dashboard/templates/layout.html

19 lines
336 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 style="height: 100%; overflow: hidden;">
$:content
<a href="/">Home</a> | <a href="/help">Help</a>
</body>
</html>