-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.11 KB
/
index.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wir sind umgezogen!</title>
<meta http-equiv="refresh" content="15;URL='https://ikgp.de/'">
<style>
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap');
html, body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
background: black;
color: #fff;
}
img {
height: min(50vw, 10rem);
margin-bottom: 1rem;
}
a {
font-family: 'EB Garamond';
font-weight: 400;
color: #fff;
}
</style>
</head>
<body>
<img src="https://raw.githubusercontent.com/ikgp/kant-loader/09e46f9c1c662f39a0ad887bb4d8c1c5438b8acb/kant-logo.svg" alt="Logo">
<h1>Wir sind jetzt auf <a href="https://ikgp.de/">ikgp.de</a>.</h1>
<p>Sie werden in 15 Sekunden automatisch weitergeleitet.</p>
</body>
</html>