summaryrefslogtreecommitdiffstats
path: root/MCServer/webadmin/files/guest.html
blob: dd8e8d3015ea5b67f747fe8fbea9c4d79a9effa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>