summaryrefslogblamecommitdiffstats
path: root/MCServer/webadmin/files/guest.html
blob: 4f965b75cba5917a9a302cbb53583049b932de48 (plain) (tree)
1
2
3
4
5
               
                  
 
        
                            












                                                                                             
<!DOCTYPE html>
<html lang="en">  

  <head>
    <meta charset="UTF-8" />
    <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>