add redirect page

This commit is contained in:
Rossen Georgiev 2016-08-16 22:36:55 +01:00
parent 8efbe3666e
commit 51057d4ea2
1 changed files with 11 additions and 0 deletions

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://aprs-python.readthedocs.io/">
<title>aprs-python docs</title>
</head>
<body>
If you are not redirected automatically, follow the <a href='http://aprs-python.readthedocs.io/'>http://aprs-python.readthedocs.io</a>
</body>
</html>