Changed to doctype html on 500 and 404 pages

This commit is contained in:
Sahat Yalkabov
2014-01-03 04:48:44 -05:00
parent a72900a5e1
commit 5261bfef5f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
doctype 5
doctype html
html
head
title The page you were looking for doesn't exist (404)

View File

@ -1,4 +1,4 @@
doctype 5
doctype html
html
head
title We're sorry, but something went wrong (500)