-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (67 loc) · 3.08 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
<!-- Proudly coded by Billy (https://bybilly.uk) -->
<!-- Version: 1.9 -->
<!DOCTYPE html>
<html>
<head>
<!-- Info meta tags, important for social media + SEO -->
<title>Official Website | Advanced-Kind</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon' />
<meta charset="utf-8">
<meta name="description" content="Advanced-Kind is a fresh Towny SMP server with custom features and plugins that aims to Redefine the Towny experience. You can join at: play.advanced-kind.com">
<meta name="keywords" content="Advanced-Kind, Advnaced-Kind.com, Minecraft Server, Minecraft, Towny, Minecraft SMP, SMP, Website, Survival Minecraft, Minecraft Towny Server, Towny Survival, Towny Custom World, Towny 1.16.3, Minecraft 1.16.3">
<meta property="og:title" content="Official Website | Advanced-Kind">
<meta property="og:site_name" content="Advanced-Kind">
<meta property="og:description" content="Advanced-Kind is a fresh Towny SMP server with custom features and plugins that aims to Redefine the Towny experience. You can join at: play.advanced-kind.com">
<meta property="og:image" content="https://bybilly.uk/portal/img/minecraft.jpg">
<meta property="og:url" content="https://bybilly.uk/">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="logo">
<!-- In the img folder, upload your logo -->
<!-- Make sure you name it 'logo.png' -->
<img src="img/logo.png" alt="Advanced-Kind logo">
</div>
<div class="items">
<!-- Replace # with your forum URL-->
<a href="https://discord.advanced-kind.com/" class="item forums">
<div>
<img src="img/forums.png" alt="Minecraft forums icon" class="img">
<p class="subtitle">Join our</p>
<p class="title">Discord</p>
</div>
</a>
<!-- Replace # with your store URL -->
<a href="https://store.advanced-kind.com/" class="item store">
<div>
<img src="img/store.png" alt="Minecraft store icon" class="img">
<p class="subtitle">Donate on our</p>
<p class="title">Store</p>
</div>
</a>
<!-- Replace # with your vote URL -->
<a href="http://map.advanced-kind.com" class="item vote">
<div>
<img src="img/vote.png" alt="Minecraft voting icon" class="img">
<p class="subtitle">See our</p>
<p class="title">Map</p>
</div>
</a>
</div>
<div class="playercount">
<!-- Replace play.myserver.net with your IP address -->
<!-- Do it for both examples below -->
<!-- Please set both your IP and port -->
<p>Join <span class="sip" data-ip="play.advanced-kind.com" data-port="25565">
0</span> other players on <span class="ip">play.advanced-kind.com</span></p>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="js/firefly.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>