We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit e31a9b5Copy full SHA for e31a9b5
index.html
@@ -0,0 +1,13 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+<html>
3
+<head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5
+ <title>Redirect to New Host</title>
6
+ <script type="text/javascript">
7
+ location.replace("http://readthedocs.org/docs/pycoders-weekly-chinese/");
8
+ </script>
9
+</head>
10
+<body>
11
+ Redirect to <a href="http://readthedocs.org/docs/pycoders-weekly-chinese/">http://readthedocs.org/docs/pycoders-weekly-chinese/</a>
12
+</body>
13
+</html>
0 commit comments