-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1003 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="10; url=http://freeseer.readthedocs.org" />
<title>Freeseer documentation has moved!</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/seer.png">
<p><strong>Freeseer's documentation has found a new home at <a href="http://freeseer.readthedocs.org">freeseer.readthedocs.org</a>.</strong><p>
<p>You should be automatically redirected to the new location, see you there!</p>
</div>
</body>
</html>