diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/404.html | 3 | ||||
-rw-r--r-- | public/422.html | 3 | ||||
-rw-r--r-- | public/500.html | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/public/404.html b/public/404.html index b612547fc..514a935e2 100644 --- a/public/404.html +++ b/public/404.html @@ -1,6 +1,7 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> <title>The page you were looking for doesn't exist (404)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> diff --git a/public/422.html b/public/422.html index a21f82b3b..eb3601e71 100644 --- a/public/422.html +++ b/public/422.html @@ -1,6 +1,7 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> <title>The change you wanted was rejected (422)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> diff --git a/public/500.html b/public/500.html index 061abc587..af46b8a5a 100644 --- a/public/500.html +++ b/public/500.html @@ -1,6 +1,7 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> <title>We're sorry, but something went wrong (500)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> |