2024-04-16 10:39:09 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-04-17 08:09:49 +02:00
|
|
|
<link rel="stylesheet" href="Styles/style.css">
|
|
|
|
<title>ZooWebsite</title>
|
2024-04-16 10:39:09 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-04-17 08:09:49 +02:00
|
|
|
<!-- Navbar -->
|
|
|
|
<nav>
|
|
|
|
<a><img>logo</a>
|
|
|
|
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<!-- Über Uns Section -->
|
|
|
|
<section>
|
|
|
|
<h1>Über Uns</h1>
|
|
|
|
<p>Über Uns</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Öffnungszeiten Section -->
|
|
|
|
<section>
|
|
|
|
<h1>Öffnungszeiten</h1>
|
|
|
|
<p>Öffnungszeiten</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Patenshop Section -->
|
|
|
|
<section>
|
|
|
|
<h1>Patenshop</h1>
|
|
|
|
<p>Patenshop</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
<footer>
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
<li></li>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<!-- JavaScript -->
|
|
|
|
<script src="Javascript/app.js"></script>
|
|
|
|
|
2024-04-16 10:39:09 +02:00
|
|
|
</body>
|
|
|
|
</html>
|