Fixed redirects
This commit is contained in:
parent
bfcbad8b26
commit
1ef296f832
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php ?>
|
||||
<footer>
|
||||
<p>
|
||||
© 2021 Tronax | <a href="impressum.html">Impressum</a>
|
||||
© 2021 Tronax | <a href="impressum.php">Impressum</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue