-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
75 lines (67 loc) · 2.23 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html lang = "de">
<head>
<title>Mastodon.de | 404 - Nicht gefunden.</title>
<head>
<meta charset="UTF-8">
<meta name="description" content="Mastodon.de | 404 - Nicht gefunden.">
<meta name="keywords" content="Broti, Mastodon.de, Mastodon, Hallo, Ente, Enten">
<meta name="author" content="Broti">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap" rel="stylesheet">
<meta property="og:title" content="Mastodon.de | 404 - Nicht gefunden." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://mastodon.de/404" />
<meta property="og:image" content="bg.jpg" />
<meta property="og:description" content="Mastodon.de | 404 - Nicht gefunden." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@WeissbrotDE">
<meta name="twitter:creator" content="@WeissbrotDE">
<meta name="twitter:url" content="https://mastodon.de/404"/>
<meta name="twitter:title" content="Mastodon.de | 404 - Nicht gefunden.">
<meta name="twitter:description" content="Mastodon.de | 404 - Nicht gefunden.">
<meta name="twitter:image" content="bg.jpg">
</head>
<style>
body {
background-image: url('bg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
font-family: 'Tilt Prism', cursive;
}
h1 {
font-size: 5vw;
box-shadow: 0 0 10px 5px #48abe0,
0 0 20px 7px #ebecca,
0 0 25px 20px #8a2be2,
0 0 30px 25px #ff1493;
border-radius: 0.5vw;
}
div {
width: 15vw;
margin: auto;
}
p {
font-size: 3vw;
}
.center {
padding: 25vh;
text-align: center;
}
</style>
</head>
<body>
<div class="center">
<h1 style="color:#ffffff";>404</h1>
<div>
<p style="color:#ffffff";>
<b>
Nicht gefunden.
</b>
</p>
</div>
</div>
</body>
</html>