-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
27 lines (27 loc) · 893 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Freeseer documentation · Page not found</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
p { text-align: center }
a { text-decoration: none }
</style>
</head>
<body>
<div>
<img class="center" src="https://raw.github.com/Freeseer/freeseer/6d7d950b00490937c71d71bd5badfde8fe559d52/documentation/source/images/sad-seer.png">
<p><strong>Oops, the page you're looking for doesn't exist.</strong><p>
<p>Our documentation has moved to <a href="http://freeseer.rtfd.org">freeseer.readthedocs.org</a>, see you there!</p>
</div>
</body>
</html>