Skip to content

Commit 4e58190

Browse files
committed
Add redirect for gh-pages
1 parent bdf8931 commit 4e58190

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/pages/index.html

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

0 commit comments

Comments
 (0)