-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (88 loc) · 3.5 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
<!-- Proudly coded by Billy (https://bybilly.uk) -->
<!-- Version: 1.9.2 -->
<!DOCTYPE html>
<html>
<head>
<!-- Info meta tags, important for social media + SEO -->
<title>xMoonCity - Servidor de Minecraft</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="description" content="XmoonCity é o servidor de minecraft da xMoonGames. Você pode jogar com o ip abaixo.">
<meta property="og:title" content="XmoonCity - Site oficial">
<meta property="og:site_name" content="XmoonCity">
<meta property="og:description" content="XmoonCity é o servidor de minecraft da xMoonGames. Você pode jogar com o ip abaixo.">
<meta property="og:image" content="https://xmoongames.github.io/Minecraft/img/minecraft.jpg">
<meta property="og:url" content="https://xmoongames.github.io/Minecraft/">
<meta name="twitter:card" content="summary_large_image">
<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="MyServer logo">
</div>
<div class="items">
<!--
<a href="#" class="item forums">
<div>
<img src="img/forums.png" alt="Minecraft forums icon" class="img">
<p class="subtitle">chat on our</p>
<p class="title">Forums</p>
</div>
</a>
<a href="#" 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="#" 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>
-->
<a href="https://twitch.com/Rafa_VIII" class="item twitch" target="tabTwitchRafaVII">
<div>
<img src="img/twitch.png" alt="twitch icon" class="img">
<p class="subtitle">assista a live em</p>
<p class="title">Twitch</p>
</div>
</a>
<a href="https://discord.com/invite/Ghcg7sT" class="item discord" target="tabDiscordxMoonGames">
<div>
<img src="img/discord.png" alt="discord icon" class="img">
<p class="subtitle">converse em nosso</p>
<p class="title">Discord</p>
</div>
</a>
<a href="https://tlauncher.org/en" class="item minecraft shop" target="tabTLauncherOrg">
<div>
<img src="img/mineshop.png" alt="mineshop icon" class="img">
<p class="subtitle">baixe minecraft grátis</p>
<p class="title">TLauncher</p>
</div>
</a>
</div>
<div class="playercount">
<!-- Replace play.cubecraft.net with your server IP address -->
<!-- Do it on both line 66 and line 67 -->
<!-- Please set both your IP and port -->
<p>Junte-se a outros <span class="sip" data-ip="xMoonCorp.aternos.me" data-port="26134">
</span> jogadores em <span class="ip">xMoonCorp.aternos.me:26134</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>