footer.css

This commit is contained in:
NOrtmann1
2026-05-11 19:22:20 +02:00
parent 2252ec2646
commit 279a5329cf
4 changed files with 34 additions and 10 deletions
+4 -5
View File
@@ -13,6 +13,7 @@
<link rel="icon" type="image/x-icon" href="images/logos/logo_icon.ico">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/footer.css">
<title>EduForge</title>
</head>
@@ -25,11 +26,9 @@
include_once 'content/home.php';
?>
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
<a href="legal/impressum.php">Impressum</a>
<a href="legal/datenschutz.php">Datenschutz</a>
<a href="legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
</footer>
<?php
include_once 'includes/footer.php';
?>
</body>
</html>