Skip to content

Commit 0e97778

Browse files
authored
Add index.html for redirection to develop directory
1 parent 0c8dc25 commit 0e97778

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=./develop/" />
5+
<link rel="canonical" href="./develop/" />
6+
</head>
7+
<body>
8+
<a href="./develop/">Redirecting...</a>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)