Skip to content

Commit 4778034

Browse files
committed
Provide redirection page for collaborators.html
1 parent d0c3c03 commit 4778034

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

collaborators.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0;url=community.html#collaborating-projects">
6+
<title>Redirecting...</title>
7+
</head>
8+
<body>
9+
<p>If you are not redirected, <a href="community.html#collaborating-projects">click here</a>.</p>
10+
</body>
11+
</html>
12+

0 commit comments

Comments
 (0)