diff options
author | Joe <rrbo@proton.me> | 2022-10-20 14:43:53 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-10-20 14:43:53 +0200 |
commit | f561a9c5fce272049105291f61b8620bc174ed27 (patch) | |
tree | 4464b0ac319a57b5be8fafbc086137f130fa1186 /err | |
parent | w3c test (diff) | |
download | joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.gz joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.bz2 joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.xz joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.zst joe-www-f561a9c5fce272049105291f61b8620bc174ed27.zip |
doctypes
Diffstat (limited to 'err')
-rw-r--r-- | err/403.html | 1 | ||||
-rw-r--r-- | err/404.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/err/403.html b/err/403.html index 516a3b4..908a583 100644 --- a/err/403.html +++ b/err/403.html @@ -18,6 +18,7 @@ * The 403 error page --> +<!DOCTYPE html> <html> <head> <title>Joe's 403</title> diff --git a/err/404.html b/err/404.html index 969591b..bce0d36 100644 --- a/err/404.html +++ b/err/404.html @@ -18,6 +18,7 @@ * The 404 error page --> +<!DOCTYPE html> <html> <head> <title>Joe's 404</title> |