forked from MaticSky/maticsky.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (65 loc) · 2.76 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
<!--
- Joelmatic: https://github.com/TheRealJoelmatic
- Denies
- ByBilly: https://bybilly.uk/
-->
<!DOCTYPE html>
<html>
<head>
<!-- Info meta tags, important for social media + SEO -->
<title>Maticsky - Official Website</title>
<meta name="description" content="Maticsky is a new upcoming Minecraft server. You can join with the IP 'Maticsky.club'.">
<meta property="og:title" content="Maticsky - Official Website Portal">
<meta property="og:site_name" content="Maticsky">
<meta property="og:description" content="Maticsky is a new upcoming Minecraft server. You can join with the IP 'Maticsky.club'.">
<meta property="og:image" content="https://media.discordapp.net/attachments/649686092995624960/1080570386103676948/2023-02-16_17.14.12.png?width=1277&height=683">
<meta property="og:url" content="https://media.discordapp.net/">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<div class="container">
<div class="logo">
<!-- In the img folder, upload your logo -->
<!-- Make sure you name it 'logo.png' or update the code below -->
<img src="img/logo.png" alt="Maticsky logo">
</div>
<div class="items">
<a href="https://discord.gg/8YxgkpKDve" class="item forums">
<div>
<img src="img/discord.png" alt="Minecraft discord icon" class="img">
<p class="subtitle">Hang out on our</p>
<p class="title">Discord</p>
</div>
</a>
<a href="https://maticsky.craftingstore.net/" 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>
<a href="Voting.html" class="item vote">
<div>
<img src="img/vote.png" alt="Minecraft voting icon" class="img">
<p class="subtitle">support us by</p>
<p class="title">Voting</p>
</div>
</a>
</div>
<div class="playercount">
<p>Join <span class="sip" data-ip="Maticsky.club" data-port="25565">
</span> other players on <span class="ip">Maticsky.club</span></p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/firefly.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>