diff options
Diffstat (limited to 'system/index.html')
-rw-r--r-- | system/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/index.html b/system/index.html index c942a79ce..bcb7cae34 100644 --- a/system/index.html +++ b/system/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> |