From ce8b0cca18767b7232aa4af8a0fdb163827fc964 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Fri, 6 Nov 2015 20:40:10 +0000 Subject: [PATCH] Adds index and error pages --- contents/error-404.md | 13 +++++++++++++ contents/error-500.md | 13 +++++++++++++ contents/index.md | 14 ++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 contents/error-404.md create mode 100644 contents/error-500.md create mode 100644 contents/index.md diff --git a/contents/error-404.md b/contents/error-404.md new file mode 100644 index 0000000..9744700 --- /dev/null +++ b/contents/error-404.md @@ -0,0 +1,13 @@ +--- +title: Page Not Found +layout: page.jade +--- + +# 404 Page Note Found + +This isn't a page to explain a status code, it's an actual 404. +The page you have requested can't be found. If you didn't expect to see +this error please +[create an issue via GitHub](https://github.com/citricsquid/httpstatus.es/issues). + +If you want to learn more about what a 404 is, visit [/404](/404)! \ No newline at end of file diff --git a/contents/error-500.md b/contents/error-500.md new file mode 100644 index 0000000..e1314f6 --- /dev/null +++ b/contents/error-500.md @@ -0,0 +1,13 @@ +--- +title: Internal Server Error +layout: page.jade +--- + +# Internal Server Error + +This isn't a page to explain a status code, it's an actual 500, an Internal Server +Error. The page you have requested couldn't be delivered for an unknown reason. +If you didn't expect to see this error please +[create an issue via GitHub](https://github.com/citricsquid/httpstatus.es/issues). + +If you want to learn more about what a 500 is, visit [/500](/500)! \ No newline at end of file diff --git a/contents/index.md b/contents/index.md new file mode 100644 index 0000000..581d762 --- /dev/null +++ b/contents/index.md @@ -0,0 +1,14 @@ +--- +title: HTTP Status Codes +layout: index.jade +--- + +# HTTP Status Codes + +httpstatus.es is an easy to reference database of HTTP Status Codes with their +definitions and helpful code references all in one place. Visit an individual +status code via `httpstatus.es/code` or browse the list below. + +Hosting sponsored by [Runscope](https://www.runscope.com/t/httpstatuses), +source code available on +[GitHub](https://github.com/citricsquid/httpstatus.es). \ No newline at end of file