2020-11-21 21:35:43 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Status Page</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="bootstrap.min.css">
|
2021-04-10 15:39:06 +00:00
|
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{mood}</text></svg>">
|
2020-11-21 21:35:43 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2021-01-02 13:33:40 +00:00
|
|
|
<div class="page-header my-5" id="banner">
|
|
|
|
<div class="row">
|
2021-04-10 15:45:20 +00:00
|
|
|
<div class="col-lg-8">
|
2021-04-10 15:39:06 +00:00
|
|
|
<h1>Status: {mood}</h1>
|
2020-11-21 21:35:43 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{services}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|