status/templates/index.html.mustache

13 lines
No EOL
235 B
Text

<html>
<head>
<title>exozyme - status </title>
<link rel="stylesheet" href="/public/index.css">
</head>
<body>
<h1>exozyme status</h1>
{{#.}}
<li>{{Name}} {{#Ok}}UP{{/Ok}}{{^Ok}}DOWN{{/Ok}} - {{Status}}</li>
{{/.}}
</body>
</html>