summaryrefslogtreecommitdiffstats
path: root/assets/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'assets/index.html')
-rw-r--r--assets/index.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/assets/index.html b/assets/index.html
index c168318..b0a6c18 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -3,27 +3,23 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>status.tobyvin.dev</title>
<link rel="stylesheet" type="text/css" href="index.css" />
- <script src="index.js"></script>
+ <script src="index.js"></script>
</head>
<body>
<main>
<header>
<hgroup>
- <h1>tobyvin.dev Status</h1>
+ <h1>SrvStat</h1>
</hgroup>
</header>
-
<table>
<tr id="status">
<td><b>Status</b></td>
<td id="issues">No issues detected</td>
</tr>
</table>
-
<hr></hr>
-
<table id="services"></table>
</main>
</body>