-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
28 lines (28 loc) · 1.24 KB
/
main.html
File metadata and controls
28 lines (28 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=2.0">
<title>die Bank der Ersetzung</title>
<link rel="stylesheet" href="main.css"> <!-- Linking the same CSS file -->
</head>
<body>
<main class="main"> <!-- Added class for specific styling -->
<section>
<div class="centered-link"> <!-- New div for centering -->
<a href="https://www.ersatz-bank.at/">← hAUPTBANK</a> <!-- Link to go back to the main page -->
</div>
<h2>die Bank der Ersetzung</h2>
<div class="image-container"> <!-- Container für das Bild und die Links -->
<img src="images/ersatzbank fußbal.jpg" alt="Description of image" class="cursed-image"> <!-- Added class for image -->
<div class="link-container"> <!-- Container für die Links -->
<a href="index.html">← ???</a>
<a href="CURSSED MATTEO.html">← ????</a>
<a href="elena gig.html">← ?????</3</a>
<a href="mcdonalds.html">← ??????</a>
</div>
</div>
</section>
</main>
</body>
</html>