summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-02-16 10:54:02 +0100
committerAlexander Harkness <me@bearbin.net>2015-02-16 10:54:02 +0100
commit41e2eaa91549d5e73203f373ecc35ff936417dfc (patch)
treeec765de122b68852d7b1d369520824026304d5ff
parentMerge pull request #1741 from Creaprog/patch-2 (diff)
downloadcuberite-41e2eaa91549d5e73203f373ecc35ff936417dfc.tar
cuberite-41e2eaa91549d5e73203f373ecc35ff936417dfc.tar.gz
cuberite-41e2eaa91549d5e73203f373ecc35ff936417dfc.tar.bz2
cuberite-41e2eaa91549d5e73203f373ecc35ff936417dfc.tar.lz
cuberite-41e2eaa91549d5e73203f373ecc35ff936417dfc.tar.xz
cuberite-41e2eaa91549d5e73203f373ecc35ff936417dfc.tar.zst
cuberite-41e2eaa91549d5e73203f373ecc35ff936417dfc.zip
-rw-r--r--MCServer/webadmin/files/guest.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/MCServer/webadmin/files/guest.html b/MCServer/webadmin/files/guest.html
index 7ae78a3f0..dd8e8d301 100644
--- a/MCServer/webadmin/files/guest.html
+++ b/MCServer/webadmin/files/guest.html
@@ -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>