-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css" />
<title>Übersicht</title>
</head>
<body>
<!-- Platzhalter für den Header -->
<div id="header-placeholder"></div>
<section class="features">
<div class="feature-item">
<img src="images/tony-tran-F8sCVSW4t4E-unsplash.jpg" alt="Foto zum Thema Quiz" />
<p>Foto von <a href="https://unsplash.com/de/@tonny_tran?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Tony Tran</a> auf <a href="https://unsplash.com/de/fotos/mann-sitzt-auf-der-oberflache-F8sCVSW4t4E?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a></p>
<h3><a href="quiz.html">Take my QUIZ</a></h3>
<p>Kurze Beschreibung für das erste Feature.</p>
</div>
<div class="feature-item">
<img src="images/Wolfgang-blossom-BEA_DSC7868klein.jpg" alt="Foto von Blüte" />
<p>Foto von <a href="https://wolfgang-wolman.de">Wolfgang Wolman</a></p>
<h3><a href="gallery.html">Bilder Galerie</a></h3>
<p>Kurze Beschreibung für das zweite Feature.</p>
</div>
<div class="feature-item">
<img src="https://images.squarespace-cdn.com/content/v1/671d559b39ecd6297480cafc/ca5fb8b3-6a01-4047-8e30-47254a09dc6b/89fdff40-5b5f-11ef-b9da-c1ded1084ee7.JPG" alt="Bild vom Shop" />
<h3><a href="https://www.thisisphili.com/">Shop</a></h3>
<p>Kauf dich Glücklich!</p>
</div>
</section>
<!-- Platzhalter für den Footer -->
<div id="footer-placeholder"></div>
<!-- Externes JavaScript einbinden -->
<script src="script.js"></script>
</body>
</html>