diff options
| -rw-r--r-- | ShiftOS.Server/Resources/NotFound.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ShiftOS.Server/Resources/NotFound.txt b/ShiftOS.Server/Resources/NotFound.txt index cd65829..8f998fc 100644 --- a/ShiftOS.Server/Resources/NotFound.txt +++ b/ShiftOS.Server/Resources/NotFound.txt @@ -1,9 +1,11 @@ -<html> +<!DOCTYPE html> +<html lang="en" dir="ltr> <head> <title>Multi-User Domain • Administration Panel - Page not found.</title> + <meta charset="UTF-8"> </head> <body> <h1>This page wasn't found.</h1> <p>We couldn't find this page...</p> </body> -</html>
\ No newline at end of file +</html> |
