1
0
cuberite-2a/MCServer/webadmin/files/guest.html
Creaprog 3aebe686d7 Fixed guest.html
Fixed syntax.
2015-02-16 11:37:12 +01:00

19 lines
327 B
HTML

<!DOCTYPE html>
<html lang="an">
<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>