-
Notifications
You must be signed in to change notification settings - Fork 0
/
updating.html
33 lines (32 loc) · 1.19 KB
/
updating.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
<!DOCTYPE html>
<html lang="de">
<head>
<title>Aktualisierung...</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#141414">
<meta http-equiv="refresh" content="15">
<link rel="stylesheet" href="https://use.typekit.net/xyc8fjn.css">
<style>
body {
font-family: proxima-nova, 'Proxima Nova', sans-serif;
font-weight: 500;
font-style: normal;
max-width: 400px;
margin: 10vh auto;
}
h1 {
font-family: futura-pt, "Futura PT", sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
}
</style>
</head>
<body>
<h1>Einen Moment bitte…</h1>
<p>Die Seite wird gerade auf dem Server aktualisiert. Sobald das Update abgeschlossen ist, lädt die Seite erneut.</p>
<p>Sollten Sie diese Update-Ankündigung mehrere Minuten sehen, besuchen Sie bitte <a href="https://wenzels.design/">wenzels.design über diesen Link.</a></p>
</body>
</html>