Fixed redirects

This commit is contained in:
BuildTools 2021-03-02 21:06:06 +01:00
parent bfcbad8b26
commit 1ef296f832
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?php ?>
<footer>
<p>
&copy; 2021 Tronax | <a href="impressum.html">Impressum</a>
&copy; 2021 Tronax | <a href="impressum.php">Impressum</a>
</p>
</footer>
</body>

View file

@ -2,7 +2,7 @@
<?php ?>
<header>
<div id="logo">
<a href="index.html">
<a href="index.php">
<img src="./img/logo.png" alt="Logo">
</a>
</div>