-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvote.html
53 lines (42 loc) · 1.73 KB
/
vote.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Vote for bricks network!">
<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="Bricks Network - Vote">
<meta property="og:description" content="Our voting links">
<meta property="og:image" content="https://github.com/Bricks-Network/BricksNetwork/blob/main/assets/images/bricksnetwork.png?raw=true">
<meta property="og:url" content="https://bricks-network.xyz">
<meta name="og:site_name" content="Bricks Network">
<!-- Other Meta Tags -->
<meta name="author" content="G9 Aerospace">
<meta name="keywords" content="Minecraft, Server, Adventure, Custom Plugins, Community, Events">
<meta name="theme-color" content="#1b73ba">
<!-- Import Styles -->
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/footer.css">
<title>Bricks Network - Vote</title>
</head>
<body>
<!-- Header -->
<div id="header-container">
<h1>Welcome to Bricks Network Minecraft Server</h1>
<p>Join our epic adventure in the blocky world of Minecraft!</p>
</div>
<!-- Voting Section -->
<section id="voting">
<h2>Vote for Us!</h2>
<p>Help us grow by voting for our server:</p>
<a href="https://minecraftservers.org/vote/649982" target="_blank">Vote Now</a>
</section>
</div>
<!-- Footer -->
<div id="footer-container">
</div>
<!-- Include JavaScript -->
<script src="assets/js/global.js"></script>
</body>
</html>