From 1060cc937e939aacb31031eff6d25e281d0f81d2 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 7 Feb 2025 11:44:12 +0100 Subject: [PATCH] Some preps --- site/src/about/aboutme/index.html | 8 +++++++- site/src/about/index.html | 1 + static/errors/.htaccess | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 static/errors/.htaccess diff --git a/site/src/about/aboutme/index.html b/site/src/about/aboutme/index.html index 4abce0e..49b8a69 100644 --- a/site/src/about/aboutme/index.html +++ b/site/src/about/aboutme/index.html @@ -67,7 +67,12 @@
2024
-
Language School Hossegor - Booking, store.janishutz.com, id.janishutz.com, ConductorCalc
+
Language School Hossegor - Booking, store.janishutz.com, id.janishutz.com
+
+
+
2025
+
+
ETH Zurich, store.janishutz.com, ConductorCalc
@@ -76,6 +81,7 @@ Blog Custom Websites Store + Git GitHub npm Mastodon diff --git a/site/src/about/index.html b/site/src/about/index.html index 4c9233c..904fda5 100644 --- a/site/src/about/index.html +++ b/site/src/about/index.html @@ -40,6 +40,7 @@ Custom Websites Store GitHub + Git npm Projects About Janis Hutz diff --git a/static/errors/.htaccess b/static/errors/.htaccess new file mode 100644 index 0000000..12176c4 --- /dev/null +++ b/static/errors/.htaccess @@ -0,0 +1,2 @@ +ErrorDocument 503 /unavailable.html +ErrorDocument 500 /errors.html