Skip to content

Commit

Permalink
added 404 redirect to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbv committed Apr 16, 2020
1 parent ee3ac29 commit 089b01d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Need For Kill</title>
<link rel="canonical" href="/en"/>
<meta name="robots" content="noindex">
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=/en" />
</head>
</html>

0 comments on commit 089b01d

Please sign in to comment.