add redirects

This commit is contained in:
Milan Hauth 2024-01-30 08:22:09 +01:00
parent 9825cf16e1
commit 771513c186
2 changed files with 22 additions and 0 deletions

11
wersindmeinefreunde.html Normal file
View File

@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=src/whoaremyfriends/wersindmeinefreunde.html" />
</head>
<body>
redirecting to
<a href="src/whoaremyfriends/wersindmeinefreunde.html"
>src/whoaremyfriends/wersindmeinefreunde.html</a>
</body>
</html>

11
whoaremyfriends.html Normal file
View File

@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=src/whoaremyfriends/whoaremyfriends.html" />
</head>
<body>
redirecting to
<a href="src/whoaremyfriends/whoaremyfriends.html"
>src/whoaremyfriends/whoaremyfriends.html</a>
</body>
</html>