refactor 404 page

This commit is contained in:
Rigel Kent
2020-12-03 14:55:47 +01:00
parent 5bfc33b6f1
commit 19b7ebfaa8
7 changed files with 128 additions and 18 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ export enum HttpStatusCode {
/**
* This code was defined in 1998 as one of the traditional IETF April Fools' jokes, in RFC 2324, Hyper Text Coffee Pot Control Protocol,
* and is not expected to be implemented by actual HTTP servers. The RFC specifies this code should be returned by
* teapots requested to brew coffee. This HTTP status is used as an Easter egg in some websites, including Google.com.
* teapots requested to brew coffee. This HTTP status is used as an Easter egg in some websites, including PeerTube instances ;-).
*/
I_AM_A_TEAPOT_418 = 418,