Changed to doctype html on 500 and 404 pages
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
doctype 5
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title The page you were looking for doesn't exist (404)
|
title The page you were looking for doesn't exist (404)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
doctype 5
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title We're sorry, but something went wrong (500)
|
title We're sorry, but something went wrong (500)
|
||||||
|
Reference in New Issue
Block a user