-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (37 loc) · 1.21 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
38
39
40
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/vnd.microsoft.icon" href="https://docs.hisparc.nl/favicon.ico">
<meta charset="utf-8">
<title>404 - Page not Found</title>
<link rel="stylesheet" href="https://data.hisparc.nl/media/static/styles/base.css">
<style>
#notfound {
width: 600px;
height: 413px;
margin: 0 auto;
background: white url('https://data.hisparc.nl/media/static/404.png') center no-repeat;}
#help {
width: 600px;
margin: 0 auto;
text-align: center;
font-size: 11pt;}
a {
color: #25B;
text-decoration: none;}
</style>
</head>
<body>
<div id="container">
<a href="https://www.hisparc.nl"><h1 id="pageHeader"><span>HiSPARC Docs</span></h1></a>
<div id="content">
<div id="notfound"></div>
<div id="help">
Well this is not supposed to happen, you can go back home and try again:
<a href="https://docs.hisparc.nl">https://docs.hisparc.nl</a>.<br>
Or contact us: beheer [at] hisparc.nl.
</div>
</div>
</div>
</body>
</html>