fix redirect

This commit is contained in:
Milan Hauth 2024-01-30 08:23:23 +01:00
parent 771513c186
commit 6c72d7be97
1 changed files with 11 additions and 10 deletions

View File

@ -1,10 +1,11 @@
<!-- TODO auto generate -->
<ul>
<li>
<a href="src/whoaremyfriends/wersindmeinefreunde.html"
>src/whoaremyfriends/wersindmeinefreunde.html</a>
</li>
</ul>
<!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>