diff options
| author | Michael <[email protected]> | 2017-01-08 09:57:10 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-01-08 09:57:10 -0500 |
| commit | f30dcf5ef41d54c588d7b42c48be8d941abba72e (patch) | |
| tree | 7705f99b965673b1c034ac2b1c56e65072c827df /ShiftOS.Server/Resources | |
| parent | 69dfad54724d4176dfce238a8d7e73970e6eef24 (diff) | |
| download | shiftos_thereturn-f30dcf5ef41d54c588d7b42c48be8d941abba72e.tar.gz shiftos_thereturn-f30dcf5ef41d54c588d7b42c48be8d941abba72e.tar.bz2 shiftos_thereturn-f30dcf5ef41d54c588d7b42c48be8d941abba72e.zip | |
Initial upload
Diffstat (limited to 'ShiftOS.Server/Resources')
| -rw-r--r-- | ShiftOS.Server/Resources/Home.txt | 31 | ||||
| -rw-r--r-- | ShiftOS.Server/Resources/NotFound.txt | 9 |
2 files changed, 40 insertions, 0 deletions
diff --git a/ShiftOS.Server/Resources/Home.txt b/ShiftOS.Server/Resources/Home.txt new file mode 100644 index 0000000..41c8995 --- /dev/null +++ b/ShiftOS.Server/Resources/Home.txt @@ -0,0 +1,31 @@ +<html> + <head> + <title>ShiftOS Multi-User Domain • Admin Panel</title> + + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/> + + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> + + </head> + <body> + <nav class="navbar navbar-inverse navbar-fixed-top"> + <div class="container"> + <a class="navbar-brand" href="/">MUD Admin Panel</a> + + <ul class="nav navbar-nav"> + <li><a href="/chats">Chat manager</a></li> + <li><a href="/status" class="active">System status</a></li> + </ul> + </div> + </nav> + + <div class="container"> + + {BODY} + + <footer> + <p>MUD server on {IP_ADDR}:{PORT}</p> + </footer> + </div> + </body> +</html>
\ No newline at end of file diff --git a/ShiftOS.Server/Resources/NotFound.txt b/ShiftOS.Server/Resources/NotFound.txt new file mode 100644 index 0000000..cd65829 --- /dev/null +++ b/ShiftOS.Server/Resources/NotFound.txt @@ -0,0 +1,9 @@ +<html> + <head> + <title>Multi-User Domain • Administration Panel - Page not found.</title> + </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 |
