-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnot-found-page.html
More file actions
97 lines (87 loc) · 2.86 KB
/
not-found-page.html
File metadata and controls
97 lines (87 loc) · 2.86 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en" Content-Type: text/html; charset=utf-8>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jan Schneider | unavailable</title>
<link rel="shortcut icon" href="img/logo.png">
<link rel="icon" type="imgage/png" href="img/logo.svg">
<link rel="image_src" href="img/logo.svg" />
<link rel="apple-touch-icon" href="img/logo.png" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<meta name="description" content="page not found on www.jan-patrick.de">
<meta name="keywords" content="page not found, Jan Schneider, HfG, IoT, Internet der Dinge, Student, Hochschule für Gestaltung, Schwäbisch Gmünd, Gmünd, Internet of Things, Bachelor of Arts, Kikife, Kulturbüro, FSJ, Jan-Patrick, Jan, Schneider">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Jan Schneider",
"url": "https://jan-patrick.de",
"sameAs": [
"https://www.linkedin.com/in/schneider-jan",
"https://www.xing.com/profile/Jan_Schneider139",
"https://github.com/jan-patrick",
"https://vimeo.com/janpatrick"
]
}
</script>
<style type="text/css">
body {
font-family: 'Open Sans', Arial, sans-serif;
margin: 2em;
margin-left: 20%;
font-size: 100%;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
background-color: #000000;
}
h2 {
font-weight: bold;
font-size: 1.4em;
margin-left: 0%;
margin-top: 5%;
margin-bottom: 0%;
color: #ffffff;
}
h3 {
font-weight: bold;
margin-left: 0%;
font-size: 3em;
margin-top: 3%;
color: #ffffff;
}
@media handheld,
only screen and (max-width: 1000px) {
body {
margin-left: 2%;
}
h2 {
margin-top: 2%;
font-weight: bold;
font-size: 2.2em;
}
h3 {
margin-top: 2%;
font-weight: bold;
font-size: 4.5em;
}
}
</style>
<script>
// redirect to main page after 5 seconds
window.setTimeout(function () {
window.location.href = 'https://jan-patrick.de';
}, 2000);
</script>
</head>
<body>
<!-- home -->
<h2>redirecting to main page</h2>
<h3>the page you<br />requested does<br />not exist<br /></h3>
</div>
<!-- ./home -->
</body>
</html>