fix redirect

This commit is contained in:
Milan Hauth 2024-01-30 08:23:23 +01:00
parent 771513c186
commit 6c72d7be97

View file

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