use relative path for redirect

This commit is contained in:
AntonObersteiner 2024-06-05 12:59:17 +02:00
parent 6345a765d8
commit 742843cc78

View file

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<a href="/de/index.html"> Deutsch </a>
<a href="./de/index.html"> Deutsch </a>
<br />
<a href="/en/index.html"> English </a>
<a href="./en/index.html"> English </a>
</body>
</html>