Skip to content

Commit a674124

Browse files
authored
Add a custom 404 that redirects to the new URL
1 parent b89b9ba commit a674124

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

404.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>Redirecting to https://teamtype.github.io/teamtype</title>
4+
<meta http-equiv="refresh" content="0; URL=https://teamtype.github.io/teamtype">
5+
<link rel="canonical" href="https://teamtype.github.io/teamtype">

0 commit comments

Comments
 (0)