Skip to content

Commit 6e9a6db

Browse files
committed
Add initial meta-refresh redirection
0 parents  commit 6e9a6db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<meta http-equiv="refresh" content="0; url=https://pdoc3.github.io/pdoc/">
4+
</head>
5+
<body>
6+
Redirecting to <a href="https://pdoc3.github.io/pdoc/">https://pdoc3.github.io/pdoc/</a> ...
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)