footer erstelllt

This commit is contained in:
2020-11-10 16:56:32 +01:00
parent 3bddeba44f
commit 61b66a850a
19 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ if ($tab == "") {$tab = "home";}
<title>Mellys Weihnachts Kalender</title>
<meta charset="UTF-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="js/nav.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=0.7">
</head>
@@ -51,5 +51,9 @@ if ($tab == "") {$tab = "home";}
</article>
<footer class"footer">
<img src=""></img>
</footer>
</body>
</html>