Merge branch 'main' of https://git.bib.de/PBA3H22AJO/ProbelaufZoo
This commit is contained in:
commit
7d7e130af3
46
index.html
46
index.html
@ -1,25 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="Styles/style.css">
|
<link rel="stylesheet" href="Styles/style.css">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
|
<title>ZooWebsite</title>
|
||||||
<title>ZooWebsite</title>
|
</head>
|
||||||
</head>
|
<body>
|
||||||
<body>
|
<!-- Navbar -->
|
||||||
<!-- Navbar -->
|
<nav>
|
||||||
<nav>
|
<a><img>logo</a>
|
||||||
<a><img>logo</a>
|
|
||||||
<ul>
|
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
</ul>
|
</nav>
|
||||||
</nav>
|
|
||||||
|
|
||||||
<!-- Über Uns Section -->
|
<!-- Über Uns Section -->
|
||||||
<section class="container" id="ueberUns">
|
<section class="container" id="ueberUns">
|
||||||
@ -46,11 +44,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Öffnungszeiten Section -->
|
<!-- Öffnungszeiten Section -->
|
||||||
<section>
|
<section>
|
||||||
<h1>Öffnungszeiten</h1>
|
<h1>Öffnungszeiten</h1>
|
||||||
<p>Öffnungszeiten</p>
|
<p>Öffnungszeiten</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Patenshop Section -->
|
<!-- Patenshop Section -->
|
||||||
<section>
|
<section>
|
||||||
@ -58,16 +56,14 @@
|
|||||||
<p>Patenshop</p>
|
<p>Patenshop</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
</ul>
|
</footer>
|
||||||
</footer>
|
|
||||||
|
|
||||||
<!-- JavaScript -->
|
<!-- JavaScript -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user