Skip to content

Commit 884dea0

Browse files
committed
Ensure /2016 redirects to /, some sites linked to /2016 which is now broken
1 parent 986d62a commit 884dea0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/2016/index.html

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

0 commit comments

Comments
 (0)