blob: 3404999514d5540a8b67e52c30bf3a35a4bfedf7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<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>
</html>
|