-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
40 lines (35 loc) · 1.27 KB
/
404.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
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/tannweiler-logo.svg">
<title>Port Tannweiler</title>
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<header class="header">
<div class="header-container">
<div class="header-left">
<a href="/" class="home-link">
<img src="/tannweiler-logo.svg" alt="Logo Port Tannweiler" class="logo">
<h1 class="title">Port Tannweiler</h1>
</a>
</div>
<nav class="header-right">
<a href="/anmeldung"><button class="nav-button">Anmeldung</button></a>
<a href="/events"><button class="nav-button">Archiv</button></a>
<a href="/impressum"><button class="nav-button">Impressum & Datenschutz</button></a>
</nav>
</div>
</header>
<h1>Seite Nicht Vorhanden</h1>
<p>Entschuldigung, die Seite existiert leider nicht. Ihr habt euch wohl im Wald verirrt.</p>
<p><a href="/">Hier geht es zur aktuellen Veranstaltung zurück</a></p>
<footer class="footer">
<div class="footer-container">
<p>© 2024 Schattenquest-LARP</p>
</div>
</footer>
</body>
</html>