redirects

This commit is contained in:
nora 2026-01-10 20:33:12 +01:00
commit 29577bd1fe
7 changed files with 116 additions and 0 deletions

14
lesson-1.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>Womangling</title>
<meta http-equiv="refresh" content="0; url=https://womangling.noratrieb.dev/lesson-1.html" />
</head>
<body>
<h1>Womangling has moved, redirecting...</h1>
<p>if this doesn't happen automatically, click on the link below</p>
<a href="https://womangling.noratrieb.dev/lesson-1.html">https://womangling.noratrieb.dev/lesson-1.html</a>
</body>
</html>