-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (32 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 | DramaNumbers.org</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="DramaNumbers" />
<meta
name="description"
content="This is an effective call anti-spam site providing the official German drama numbers ment for media productions to everyone."
/>
<link rel="stylesheet" href="styles/dark.min.css" />
</head>
<body>
<header>
<h1>
<a href="./index.html">DramaNumbers.org</a>
</h1>
</header>
<main>
<h2>404</h2>
<p>This file does not exist.</p>
</main>
<footer>
<p>2023 - 2024 DramaNumbers</p>
<p>
<a href="./impressum.html">Impressum</a>
<a href="./datenschutzerklaerung.html">Datenschutzerklärung</a>
</p>
</footer>
</body>
</html>