From c43e66af97b49d590eb97fbbf7f4b421e2d504f1 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 22 Nov 2024 02:17:15 +0100 Subject: [PATCH] initial commit --- README.md | 3 +++ index.html | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3984e5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +``` +simple "site under maintenance" page I use when I perform scheduled updates on VMs +``` \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e1224a7 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + Service temporarily unavailable + + +

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!

+

If you need to reach out, feel free to drop me a line at victor@vlw.se. You can also download my PGP key from here (fingerprint: DCE987311CB5D2A252F58951D0AD730E1057DFC6).

+
+ + + \ No newline at end of file