1
0
cuberite-2a/Server/webadmin/files/guest.html

19 lines
327 B
HTML
Raw Normal View History

2015-02-16 05:37:12 -05:00
<!DOCTYPE html>
2015-02-16 05:40:11 -05:00
<html lang="en">
2015-02-16 05:37:12 -05:00
2015-02-16 04:54:02 -05:00
<head>
2015-02-16 05:37:12 -05:00
<meta charset="UTF-8" />
2015-02-16 04:54:02 -05:00
<title>Guest Information</title>
</head>
<body>
<p>
Hello! Welcome to the Cuberite WebAdmin.
2015-02-16 04:54:02 -05:00
</p>
<p>
This is a default message, edit <b>files/guest.html</b> to add your own custom message.
</p>
</body>
</html>