1
0
cuberite-2a/MCServer/webadmin/files/guest.html
Alexander Harkness 41e2eaa915 Fixed guest page.
2015-02-16 09:54:02 +00:00

17 lines
272 B
HTML

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