commit 29577bd1fe623f893d06cd6d888e3681739ab068 Author: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sat Jan 10 20:33:12 2026 +0100 redirects diff --git a/generate.sh b/generate.sh new file mode 100755 index 0000000..da6a9f0 --- /dev/null +++ b/generate.sh @@ -0,0 +1,32 @@ +#!/usr/bin/env bash + +# generated by hand at 2026-01-10 +links=( + "index.html" + "lesson-0.html" + "lesson-1.html" + "lesson-2.html" + "lesson-3.html" + "practice/primitive-types.html" +) + +for link in "${links[@]}"; do + mkdir -p "$(dirname "./$link")" + url="https://womangling.noratrieb.dev/$link" + cat > "$link" < + + + + + Womangling + + + +

Womangling has moved, redirecting...

+

if this doesn't happen automatically, click on the link below

+ $url + + +EOF +done \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..18bcb40 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + Womangling + + + +

Womangling has moved, redirecting...

+

if this doesn't happen automatically, click on the link below

+ https://womangling.noratrieb.dev/index.html + + diff --git a/lesson-0.html b/lesson-0.html new file mode 100644 index 0000000..3a57f61 --- /dev/null +++ b/lesson-0.html @@ -0,0 +1,14 @@ + + + + + + Womangling + + + +

Womangling has moved, redirecting...

+

if this doesn't happen automatically, click on the link below

+ https://womangling.noratrieb.dev/lesson-0.html + + diff --git a/lesson-1.html b/lesson-1.html new file mode 100644 index 0000000..e0f3952 --- /dev/null +++ b/lesson-1.html @@ -0,0 +1,14 @@ + + + + + + Womangling + + + +

Womangling has moved, redirecting...

+

if this doesn't happen automatically, click on the link below

+ https://womangling.noratrieb.dev/lesson-1.html + + diff --git a/lesson-2.html b/lesson-2.html new file mode 100644 index 0000000..1088e91 --- /dev/null +++ b/lesson-2.html @@ -0,0 +1,14 @@ + + + + + + Womangling + + + +

Womangling has moved, redirecting...

+

if this doesn't happen automatically, click on the link below

+ https://womangling.noratrieb.dev/lesson-2.html + + diff --git a/lesson-3.html b/lesson-3.html new file mode 100644 index 0000000..79b99ef --- /dev/null +++ b/lesson-3.html @@ -0,0 +1,14 @@ + + + + + + Womangling + + + +

Womangling has moved, redirecting...

+

if this doesn't happen automatically, click on the link below

+ https://womangling.noratrieb.dev/lesson-3.html + + diff --git a/practice/primitive-types.html b/practice/primitive-types.html new file mode 100644 index 0000000..4fe56be --- /dev/null +++ b/practice/primitive-types.html @@ -0,0 +1,14 @@ + + + + + + Womangling + + + +

Womangling has moved, redirecting...

+

if this doesn't happen automatically, click on the link below

+ https://womangling.noratrieb.dev/practice/primitive-types.html + +