From fd21f17295bcff006912856b045b4ef136caa937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 24 Jun 2014 14:10:10 -0700 Subject: [PATCH] Simple custom 404 page. Github doesn't let us handle 404s within a project repository, so we handle them at the organization level. In order to handle graceully for specific projects, we're setting up redirects to projects' own 404.html. --- 404.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 404.md diff --git a/404.md b/404.md new file mode 100644 index 00000000..6d4039fb --- /dev/null +++ b/404.md @@ -0,0 +1,8 @@ +--- +layout: single +title: Page Not Found +--- + +We couldn't find what you were looking for. + +Please contact the owner of the site that linked you to the original URL and let them know their link is broken.