Adds index and error pages

This commit is contained in:
Samuel Ryan 2015-11-06 20:40:10 +00:00
parent 0dd0db5ae8
commit ce8b0cca18
3 changed files with 40 additions and 0 deletions

13
contents/error-404.md Normal file
View File

@ -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)!

13
contents/error-500.md Normal file
View File

@ -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)!

14
contents/index.md Normal file
View File

@ -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).