-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
62 lines (57 loc) · 1.9 KB
/
test.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
<head>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<title>WORLDNAME</title>
</head>
<body>
<p></p>
<center>
<b>WELCOME TO WORLDNAME!</b>
<br>
<div style="font-size:80%">
RULES: CUSTOM<br>
<button title="Click to show/hide content type="button" id="spoilerButton" onclick="if(document.getElementById('spoiler').style.display=='none'){document.getElementById('spoiler').style.display='';document.getElementById('spoilerButton').innerText='Hide';}else{document.getElementById('spoiler').style.display='none';document.getElementById('spoilerButton').innerText='Show More Info'}">
Show More Info
</button>
<div id="spoiler" style="display:none;">
PVP: DISABLED<br>
SEED: 1231231<br>
more rules...<br>
</div>
</div>
</center>
<br>
<div id="messageContent">
<script type=config>
worldname Demo World
tag Tag of the world
background url('http://i63.tinypic.com/qq4dxc.png')
backgroundsize cover
music http://23.237.126.42/ost/harvest-moon-snes/kfhknozv/03_Naming%20Screen.mp3
bhfans 6877 BHFans Votes
votepopup 6877 votes plz
wingy 1189b0f547908e1c3328e62303f7882c Players in world
@Admins/test/tap for admin lists
Wingy
majicDave
Katnis Everdin
@Mods/abc
Mod 1
Mod 2
@Rules
No hacking
No duping
</script>
<script src="index.js"></script>
</div>
<hr>
<center style="font-size:80%;">
While playing on any server, please be courteous to other players, listen to mods and admins, and behave yourself. You may be muted or banned for any reason, and the in-game chat may be monitored.
<br>
<a href="http://theblockheads.net" style="padding-right:5px;color:#FFF">TheBlockheads.net</a>
<a href="http://theblockheads.net/forum" style="padding-left:5px;color:#FFF;">Blockheads Forums</a>
<br>
<hr>
</center>
<br>
<p></p>
</body>