-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
24 lines (24 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TLS Report Monitor</title>
<meta content="noindex" name="robots">
<style>
/* God I hate the default font for Firefox on Windows.
This font-family tag has been ripped from Bulma (bulma.io). Not that it is anything special.
It just looks nice.
*/
body {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
</style>
</head>
<body>
<h1> TLS Report Monitor</h1>
<p>This is a TLS Report monitoring service - you should not be looking at this page, there is nothing here.</p>
<p>This page indicates the service is running properly.</p>
<a href="https://github.com/neztore/tls-rpt-monitor">Github Repository</a>
<a href="https://josh.muir.xyz">Author's homepage</a>
</body>
</html>