2015-02-16 05:37:12 -05:00
|
|
|
<!DOCTYPE html>
|
2019-12-27 19:15:12 -05:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Guest Information</title>
|
|
|
|
<style>
|
|
|
|
html {
|
|
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
|
|
color: #343434;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</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>
|
2015-02-16 04:54:02 -05:00
|
|
|
</html>
|