Add old www redirects and fix impressum hosting sections

- Create redirect HTML files for all old www.moonweb.org URLs
- Root shortcuts (/start.html, /index2.html, etc.) redirect to /timecapsule/
- Content subdirectories (/partners/, /projects/, etc.) redirect to /timecapsule/
- Use .htm extension to prevent Eleventy template processing
- Fix impressum: buildbroken + 28k8 are on Cloudflare Pages, not IONOS
This commit is contained in:
2026-09-11 11:13:04 +02:00
parent 2b997c11d0
commit 7c3e29d282
21 changed files with 245 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=/timecapsule/">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
</body>
</html>