mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-27 11:04:01 -05:00
Changed to doctype html on 500 and 404 pages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
doctype 5
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title The page you were looking for doesn't exist (404)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
doctype 5
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title We're sorry, but something went wrong (500)
|
||||
|
||||
Reference in New Issue
Block a user