diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2016-07-01 17:54:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 17:54:44 -0400 |
commit | a31ca2c62c9f6faac60909e048a6aeb35378ab20 (patch) | |
tree | 51bd2cc724957554a8026a5c847d2e763164cb57 | |
parent | d0341cd46652f435beb79664304d9edf6655f614 (diff) |
Added not found page
-rw-r--r-- | not_found.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/not_found.html b/not_found.html new file mode 100644 index 0000000..cd45151 --- /dev/null +++ b/not_found.html @@ -0,0 +1,5 @@ +<html> +<head> +<meta http-equiv="refresh" content="0; url=https://pommicket.github.io/"> +</head> +</html> |