Skip to content

Commit 21d7a4f

Browse files
authored
Redirect renamed 'usage.html'/'client.html' -> 'index.html'. (#5996)
Closes #5995.
1 parent bae8ea9 commit 21d7a4f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="1; url=./index.html:" />
4+
<script>
5+
window.location.href = "./index.html"
6+
</script>
7+
</head>
8+
</html>

0 commit comments

Comments
 (0)