18 lines
238 B
HTML
18 lines
238 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
|
|
|
|
</body>
|
|
|
|
</html>
|