add redirect page
This commit is contained in:
parent
8efbe3666e
commit
51057d4ea2
|
|
@ -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>
|
||||
Loading…
Reference in New Issue