Add initial structure and sections for ZooWebsite with navbar, about us, opening times, sponsorship shop, and footer; include CSS and JS files
This commit is contained in:
parent
6d64f3a475
commit
1323796469
45
index.html
45
index.html
@ -3,9 +3,50 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="Styles/style.css">
|
||||
<title>ZooWebsite</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user