mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
- 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
12 lines
273 B
HTML
12 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0;url=/timecapsule/network/">
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to <a href="/timecapsule/network/">/timecapsule/network/</a>...</p>
|
|
</body>
|
|
</html>
|