-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (69 loc) · 2.87 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
<!DOCTYPE html>
<html lang="id">
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self'; style-src 'self' 'unsafe-inline'; form-action 'none';">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.voxnet.club/">
<meta property="twitter:title" content="VoxNetClub">
<meta property="twitter:description" content="Website Server Minecraft Indonesia VoxNetClub">
<meta property="twitter:image" content="Index.jpg">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.voxnet.club/">
<meta property="og:title" content="VoxNetClub">
<meta property="og:description" content="Website Server Minecraft Indonesia VoxNetClub">
<meta property="og:image" content="Index.jpg`">
<meta name="title" content="VoxNetClub">
<meta name="description" content="Website Server Minecraft Indonesia VoxNetClub">
<meta name="keywords" content="minecraft,indonesia,voxnet,dusty">
<meta name="robots" content="index, follow">
<meta name="language" content="Indonesian">
<meta name="revisit-after" content="2 days">
<meta name="author" content="DustyGanteng">
<meta name="theme-color" content="#068FFF">
<link rel="icon" type="image/png" href="server-icon.png">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="addons.css">
<title>VOXNET.CLUB</title>
</head>
<body>
<section class="hero is-dark is-fullheight frontpage">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-two-fifths">
<div class="box">
<h1 class="is-size-1">Halo...</h1>
<p class="is-size-4 pb-4">
👋 VoxNetClub; Server Acid Island<br>
❤️ Server kasual, owner-nya friendly<br>
🦊 Suksesor spiritual dari VoxNetwork<br>
💸 Semua biaya server ditanggung owner<br>
📡 Mendukung versi 1.16.5 - 1.20.4
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="hero is-dark">
<div class="hero-body">
<div class="container">
<h2 class="is-size-1">VoxNet.Club</h2>
<p class="is-size-5">
THIS SERVER IS NOT AN OFFICIAL MINECRAFT SERVICE.<br>
NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.
</p>
<p class="buttons pt-4">
<a href="https://minecraft-mp.com/server/326752/vote/" class="button is-link">Vote Server</a>
<a href="https://discord.gg/RYmHRPr46E" class="button is-link">Server Discord</a>
</p>
<p class="is-size-5 pt-4">Support Ukraine, Palestine, and Taiwan</p>
</div>
</div>
</footer>
</body>
</html>