-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
183 lines (158 loc) · 5.42 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html>
<!-- yes motherfucker i wrote this website Theron Akubuiro a good coder from scratch -->
<head>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/minecraftia" type="text/css"/>
<!-- css embed -->
<style>
body {
font-family: 'MinecraftiaRegular';
font-weight: normal;
font-style: normal;
}
.cn_spec1 {
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
.cn_spec2 {
padding-left: 10px;
padding-right: 10px;
}
.cn_left {
display: flex;
position: relative;
flex-wrap: nowrap;
}
.cn_box {
background-color: rgba(255,255,255,0.5);
}
.cn_box_t {
margin-top : 5%;
background-color: rgba(255,255,255,0.5);
display : inline-box;
margin-left:15% ;
margin-right:15% ;
}
.sub {
padding: 10px;
}
.tlt {
font-size : 30px;
}
.box {
border-style : solid;
right: 3%;
position: absolute;
padding : 10px;
border-width : 3px;
}
.ebox {
}
.w_cn {
border-style : solid;
border-width : 6px;
padding : 4px;
background-image: url('https://d1yn1kh78jj1rr.cloudfront.net/image/thumbnail/rDtN98Qoishumwih/minecraftpattern-03-091815-742_thumb.jpg');
}
</style>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- top line -->
<!-- all contenets -->
<div class="w_cn">
<!-- title -->
<div class="cn_spec1">
<div class="tlt">
<div class="cn_box_t"> Welcome to parkrose minecraft server (unofically)
</div>
</div>
</div>
<!-- devider lmao wtf this literally adds space because a nigga lazy -->
<br>
<!-- content 1 -- just basically new nigga bullshit -->
<div class="cn_spec2">
<div class="cn_box">
<div class="sub">
<div class="cn_left">
<div class="ebox">
Whats going on?<br><br>
This is the home page for the minecraft server<br>
here you can find helpful information on how to start playing<br>
or just the ip.
if you already know how just look on the right >>>><br><br>
make sure to join the discord sever <a href="https://discord.gg/sXgXec">here!</a>
</div>
<div class="box"> (MCPC1)[JAVA] IP : mc.parkrose.tk<br>[Bedrock] IP :comming soon
</div>
</div>
</div>
</div>
</div>
<!-- devider lmao wtf this literally adds space because a nigga lazy a gain -->
<br>
<!-- content 1 -- just basically new nigga bullshit contuined -->
<div class="cn_spec2">
<div class="cn_box">
<div class="sub">
<div class="cn_left">
<div class="ebox">
How to join the server.
<br><br>
First copy the ip of the server<br>
that you'd wish to join by using crtl+c or on mac ⌘ Cmd+C to copy<br>
<br><br>
Then click Multiplayer on the minecraft main menu<br>
click "add a server"<br>
<br>
Enter the server ip in the field that says server ip<br>
paste by using crtl+v or on mac ⌘ Cmd+V<br>
</div>
<div class="box"> <script src="https://mcapi.us/scripts/minecraft.js"></script>
<div class="server-status">
Status MCPC1: <span class="server-online"></span>
</div>
<script>
MinecraftAPI.getServerStatus('45.79.97.151', {
port: 25565 // optional, only if you need a custom port
}, function (err, status) {
if (err) {
return document.querySelector('.server-status').innerHTML = 'Error loading status';
}
// you can change these to your own message!
document.querySelector('.server-online').innerHTML = status.online ? '[Online]' : '[Offline]';
});
</script>
</div>
</div>
</div>
</div>
</div>
<!-- devider lmao wtf this literally adds space because a nigga lazy a gain -->
<br>
<div class="cn_spec2">
<div class="cn_box">
<div class="sub">
<div class="cn_left">
<div class="ebox">
Rules of the server<br><br>
<br>
1. Dont fucking hack im deadass you will be banned<br>
<br>
2. Dont steal items :( its just plain rude.<br>
<br>
3. Dont get offeneded or ur just a pussy<br>
<br>
4. Listen to admins because they can ban u <br>
<br>
5. Salitness is a crime punishable by death<br>
</div>
</div>
</div>
</div>
</div>
<br><br><br>Website created by Theroon | Server created by eli.
</div>
</body>
</html>