-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (39 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<title>6460 Minecraft Server Website!</title>
<link href="./styles.css" rel="stylesheet" type="text/css"/>
<link href="./imgs/Nisky RoboWarriors Logo (2023-2024).png" rel="icon" />
</head>
<br>
<script src="./common.js"></script>
<script>
window.onload=function(){
loadPageHead('home')
}
</script>
<body>
<noscript><i>Javascript required</i></noscript>
</body>
<div >
<span class="headBlock"></span>
</div>
<br>
<!-- Top Page Box -->
<body>
<div class="coolcraftboxlink">
<!-- Cool Craft Season 1 Info -->
<center><font size=40% color=white><b>6460 Minecraft Server Home Page!</b></font><br><br><br>
<!-- Cool Craft Season 6 Info -->
<font color="black" size="5%">Welcome to the 6460 Minecraft Server Website!<br>
On the top bar, you can find the server status, and the approved mods page.<br>
Also, this is a private webpage only for the people on the Minecraft Server. <b>DO NOT SHARE THIS LINK WITH ANYONE AT ALL!!!!</b><br><br>
If you have any questions on this website, please contact SuperTylerMan, or jSdCool<br>
<br>
</font>
</center>
</div>
<br><br>
<div class="cover"></div>
</body>
</html>