-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
37 lines (30 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Not Found - Studieren ohne Grenzen</title>
<link rel="stylesheet" href="/error/style.css">
<link rel="shortcut icon" type="image/png" href="/error/favicon.ico"/>
</head>
<body>
<html>
<body>
</body>
<div class="content">
<img height="150" src="/error/esfbird-color-on-transparent.png">
</br>
<h2>Ausgeflogen.</h2>
<p>
Not all those who wander are lost...
</p>
<p>
but you are.
</p>
We could not find what you are looking for :-(.
</div>
</html>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/896175/three.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/896175/GPUComputationRenderer.js'></script>
<script src="/error/script.js" type="module"></script>
</body>
</html>