aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/Resources/404.html
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-01-08 13:15:37 -0700
committerGitHub <[email protected]>2017-01-08 13:15:37 -0700
commit58f427ae866ca027270b285049e242cd51f0dbca (patch)
tree6db48a44029c7a5c4c2994778b5b9495f40033ce /ShiftOS.Server/Resources/404.html
parent176b0d3355e392f36f863053d059b648b9893e29 (diff)
parent7a306444264d21c12e0012b01aaf5ba6c6c7be6a (diff)
downloadshiftos_thereturn-58f427ae866ca027270b285049e242cd51f0dbca.tar.gz
shiftos_thereturn-58f427ae866ca027270b285049e242cd51f0dbca.tar.bz2
shiftos_thereturn-58f427ae866ca027270b285049e242cd51f0dbca.zip
Merge pull request #19 from carverh/patch-9
Rename NotFound.txt to 404.html
Diffstat (limited to 'ShiftOS.Server/Resources/404.html')
-rw-r--r--ShiftOS.Server/Resources/404.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.Server/Resources/404.html b/ShiftOS.Server/Resources/404.html
new file mode 100644
index 0000000..8f998fc
--- /dev/null
+++ b/ShiftOS.Server/Resources/404.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr>
+ <head>
+ <title>Multi-User Domain &bull; 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>