diff options
Diffstat (limited to '')
-rw-r--r-- | MCServer/webadmin/files/guest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/webadmin/files/guest.html b/MCServer/webadmin/files/guest.html index 28c3cdbf9..1230a8c01 100644 --- a/MCServer/webadmin/files/guest.html +++ b/MCServer/webadmin/files/guest.html @@ -2,4 +2,4 @@ Hello Admin, this is a welcome message. You will see this because you didn't cha To change the welcome message go to file: <b>files/guest.html</b> and change it!.<br><br> -This file is using html, for more information see: <a href="http://www.w3schools.com" target="blank">http://www.w3schools.com</a>
\ No newline at end of file +This file is written in HTML, for more information see: <a href="http://www.w3schools.com" target="blank">http://www.w3schools.com</a> |