forked from PingoUPB/PINGOWebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (32 loc) · 767 Bytes
/
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
<!doctype html>
<html>
<head>
<title>PINGO - Not found</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, maximum-scale=1" />
<style>
h1, p { font-family: Helvetica, Arial, sans-serif;
color: gray;
}
p {
font-weight: bold;
}
small {
font-variant: normal;
}
section {
margin-left: auto;
margin-right: auto;
margin-top: 15%;
text-align: center;
}
</style>
</head>
<body>
<section id="offlineSection">
<h1 style="font-size: 60pt;">404</h1>
<h1>Die von Ihnen gewünschte Seite existiert nicht. / The page you were looking for doesn't exist. / No encontrado.</h1>
<p>Evtl. haben Sie sich nur bei der Adresseingabe verschrieben. / You may have mistyped the address or the page may have moved.</p>
<p>
</section>
</body>
</html>