diff options
Diffstat (limited to 'application/hooks/index.html')
-rw-r--r-- | application/hooks/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/application/hooks/index.html b/application/hooks/index.html index c942a79ce..bcb7cae34 100644 --- a/application/hooks/index.html +++ b/application/hooks/index.html @@ -1,4 +1,5 @@ -<html> +<!DOCTYPE html> +<html lang="en"> <head> <title>403 Forbidden</title> </head> @@ -7,4 +8,4 @@ <p>Directory access is forbidden.</p> </body> -</html>
\ No newline at end of file +</html> |