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

19 lines
327 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Guest Information</title>
</head>
<body>
<p>
Hello! Welcome to the Cuberite WebAdmin.
</p>
<p>
This is a default message, edit <b>files/guest.html</b> to add your own custom message.
</p>
</body>
</html>