mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Changed to doctype html on 500 and 404 pages
This commit is contained in:
parent
a72900a5e1
commit
5261bfef5f
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user