diff options
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> |