Skip to content

Commit e31a9b5

Browse files
committed
add redirect html
0 parents  commit e31a9b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)