diff options
| author | Carver Harrison <[email protected]> | 2017-01-08 11:45:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-08 11:45:48 -0800 |
| commit | 97cdc9a9050c6e48c01fb1d61df03abf37a1ebad (patch) | |
| tree | d5ef5983e6cfa95f83d8880e74aa3fce20267220 /ShiftOS.Server | |
| parent | f46e6e8bbc84092b1f4a8a0ed1cce1ff4229c248 (diff) | |
| download | shiftos_thereturn-97cdc9a9050c6e48c01fb1d61df03abf37a1ebad.tar.gz shiftos_thereturn-97cdc9a9050c6e48c01fb1d61df03abf37a1ebad.tar.bz2 shiftos_thereturn-97cdc9a9050c6e48c01fb1d61df03abf37a1ebad.zip | |
Update NotFound.txt
Diffstat (limited to 'ShiftOS.Server')
| -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> |
