This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/ShiftOS.Server/Resources/404.html

12 lines
264 B
HTML
Raw Permalink Normal View History

2017-01-08 14:45:48 -05:00
<!DOCTYPE html>
<html lang="en" dir="ltr>
2017-01-08 09:57:10 -05:00
<head>
<title>Multi-User Domain &bull; Administration Panel - Page not found.</title>
2017-01-08 14:45:48 -05:00
<meta charset="UTF-8">
2017-01-08 09:57:10 -05:00
</head>
<body>
<h1>This page wasn't found.</h1>
<p>We couldn't find this page...</p>
</body>
2017-01-08 14:45:48 -05:00
</html>