summaryrefslogtreecommitdiffstats
path: root/assets/index.html
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-10-01 13:15:24 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-10-01 13:15:24 -0500
commitfe16a923190243dfde5db6ceff2ef0bcf9158926 (patch)
tree9b8b616e1972ca3ef6e28d29c980899af3ddde49 /assets/index.html
parente1d9c956beb6921b0d549248bea3a6853fde5f46 (diff)
feat: simplify service status type
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>