initial commit

This commit is contained in:
Victor Westerlund 2024-11-22 02:17:15 +01:00
commit c43e66af97
2 changed files with 17 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
```
simple "site under maintenance" page I use when I perform scheduled updates on VMs
```

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Service temporarily unavailable</title>
</head>
<body>
<p>Hey there! I'm just sprucing things up around here with a little scheduled maintenance. It should only take about 5 minutes, and the site you're trying to visit should be back before you know it!</p>
<p>If you need to reach out, feel free to drop me a line at <a href="mailto:victor@vlw.se">victor@vlw.se</a>. You can also <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/DCE987311CB5D2A252F58951D0AD730E1057DFC6">download my PGP key from here</a> (fingerprint: <i>DCE987311CB5D2A252F58951D0AD730E1057DFC6</i>).</p>
<hr>
<a href="https://stats.uptimerobot.com/opAODNaKC9"><button>Service status for vlw.se ➜</button></a>
</body>
</html>