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">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2021-01-02 13:33:40 +00:00
|
|
|
<div class="page-header my-5" id="banner">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-8 col-md-7 col-sm-6">
|
|
|
|
<h1>Status Page</h1>
|
2020-11-21 21:35:43 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{services}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|