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 ?> <?php ?>
<footer> <footer>
<p> <p>
&copy; 2021 Tronax | <a href="impressum.html">Impressum</a> &copy; 2021 Tronax | <a href="impressum.php">Impressum</a>
</p> </p>
</footer> </footer>
</body> </body>

View file

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