-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (49 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE HTML>
<html>
<head>
<title>play.gamecraftpe.tk</title>
<link media="all" type="text/css" rel="stylesheet" href="style.css">
<style>
body{
background-image: url('dirt.png');
width:100%;
height:100%;
}
#play-menu {
position: fixed;
top: 10%;
left: 10%;
right: 10%;
bottom: 10%;
font-family: "Minecraft";
color: #fff;
text-align: center;
z-index: 1000;
}
#play-menu input {
border: 2px solid #666;
background: #000;
color: #fff;
padding: 10px;
font-weight: normal;
font-family: "Minecraft";
text-shadow: 2px 2px 0 #333;
}
button{
font-family: "Minecraft";
}
</style>
</head>
<body>
<div id="play-menu">
<h3>Add this to your server list:</h3>
<label>Server Name</label>
<input type="text" value="GameCraftPE" disabled="">
<label>Server Address</label>
<input type="text" value="gamecraftpe.tk" disabled="">
<label>Server Port</label>
<input type="text" value="19132" disabled="">
</div>
</body>
</html>
<!-- Localized -->