diff options
author | Joe <rrbo@proton.me> | 2022-10-20 15:07:49 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-10-20 15:07:49 +0200 |
commit | f27f2ff76edaa60ef3485d4b8747611daf077ca3 (patch) | |
tree | 423d19a2bf52c631cd4149bf252fdc370b8656ec /err | |
parent | sidebar (diff) | |
download | joe-www-f27f2ff76edaa60ef3485d4b8747611daf077ca3.tar.gz joe-www-f27f2ff76edaa60ef3485d4b8747611daf077ca3.tar.bz2 joe-www-f27f2ff76edaa60ef3485d4b8747611daf077ca3.tar.xz joe-www-f27f2ff76edaa60ef3485d4b8747611daf077ca3.tar.zst joe-www-f27f2ff76edaa60ef3485d4b8747611daf077ca3.zip |
update
Diffstat (limited to 'err')
-rw-r--r-- | err/403.html | 2 | ||||
-rw-r--r-- | err/404.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/err/403.html b/err/403.html index 73f949e..a99c7ac 100644 --- a/err/403.html +++ b/err/403.html @@ -19,7 +19,7 @@ --> <!DOCTYPE html> -<html> +<html lang="en"> <head> <title>Joe's 403</title> <meta charset="UTF-8"> diff --git a/err/404.html b/err/404.html index 99eba6b..14b6bde 100644 --- a/err/404.html +++ b/err/404.html @@ -19,7 +19,7 @@ --> <!DOCTYPE html> -<html> +<html lang="en"> <head> <title>Joe's 404</title> <meta charset="UTF-8"> |