1
0

Fixed guest page.

This commit is contained in:
Alexander Harkness 2015-02-16 09:54:02 +00:00
parent 6bf9b64442
commit 41e2eaa915

View File

@ -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>