Skip to content

Commit

Permalink
Fixed guest page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed Feb 16, 2015
1 parent 6bf9b64 commit 41e2eaa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions MCServer/webadmin/files/guest.html
@@ -1,2 +1,16 @@
Hello! Welcome to the MCServer WebAdmin.<br>
This is a default message, edit <b>files/guest.html</b> to add your own custom message.
<html>

<head>
<title>Guest Information</title>
</head>

<body>
<p>
Hello! Welcome to the MCServer WebAdmin.
</p>
<p>
This is a default message, edit <b>files/guest.html</b> to add your own custom message.
</p>
</body>

</html>

0 comments on commit 41e2eaa

Please sign in to comment.