diff options
| author | Michael <[email protected]> | 2017-01-08 13:56:14 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-08 13:56:14 -0600 |
| commit | 638744b41be8942caf6d5cd76012e68f67f71a42 (patch) | |
| tree | 0ce381d788e7b425b7215f8a84793658f30c7a31 /ShiftOS.Server | |
| parent | a9c7ddbc78e1c4e842de77dc844cc7867b8bb876 (diff) | |
| parent | 97cdc9a9050c6e48c01fb1d61df03abf37a1ebad (diff) | |
| download | shiftos_thereturn-638744b41be8942caf6d5cd76012e68f67f71a42.tar.gz shiftos_thereturn-638744b41be8942caf6d5cd76012e68f67f71a42.tar.bz2 shiftos_thereturn-638744b41be8942caf6d5cd76012e68f67f71a42.zip | |
HTML5-ified NotFound.txt | carverh
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> |
