Update footer links and add AGB page: Replaced placeholder links in the footer with actual URLs for Kunden-Center, Status, and Support-Ticket, and added a new link to the AGB page, enhancing navigation and user access to important resources.

This commit is contained in:
TheOnlyMace
2026-01-13 22:45:55 +01:00
parent 2e7cb182fd
commit a47ffb07f8
2 changed files with 536 additions and 3 deletions

View File

@@ -28,14 +28,15 @@
<li><a href="contact.php">Kontakt</a></li>
<li><a href="impressum.php">Impressum</a></li>
<li><a href="datenschutz.php">Datenschutz</a></li>
<li><a href="agb.php">AGB</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Support</h4>
<ul>
<li><a href="#">Hilfe-Center</a></li>
<li><a href="#">Status</a></li>
<li><a href="contact.php">Support-Ticket</a></li>
<li><a href="https://shop.hexahost.de/clientarea.php">Kunden-Center</a></li>
<li><a href="https://shop.hexahost.de/serverstatus.php">Status</a></li>
<li><a href="https://shop.hexahost.de/supporttickets.php">Support-Ticket</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>