-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMV23.html
More file actions
81 lines (71 loc) · 3.04 KB
/
MV23.html
File metadata and controls
81 lines (71 loc) · 3.04 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./images/favicons/mv23.ico" type="image/x-icon" />
<title>Mob Vote 2023 Event Archive - Event Server Archive</title>
<meta name="description" content="AMCM Live Event Downloadable Archive" />
<link rel="canonical" href="https://archive.mceventrecreations.net/MV23" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Mob Vote 2023 Event Archive - Event Server Archive" />
<meta property="og:description" content="AMCM Live Event Downloadable Archive" />
<meta property="og:image" content="./images/embed_icon.png" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<!-- Twitter Meta Tags -->
<meta property="twitter:description" content="AMCM Live Event Downloadable Archive" />
<meta property="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="./images/embed_icon.png" />
<meta property="theme-color" content="#2aa7a7" />
<meta name="keywords" content="Minecraft, Bedrock, Marketplace, Buttons, Pixel Art" />
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<div class="page-wrapper">
<div class="top-bar">
<div class="title">Event Server Archive</div>
<div class="top-buttons">
<button class="menu-button" onclick="location.href='/'">
◀ <span class="menu-label">Home</span>
</button>
</div>
</div>
<div class="content">
<div class="world-section">
<div class="top-row">
<img
src="https://minecraft.wiki/images/2023_Mob_Vote_Server_Thumbnail.jpg?2e4d4"
class="keyart"
alt="Keyart"
/>
<div class="world-info">
<h2>Mob Vote 2023 Event</h2>
<p><strong>By Gamemode One</strong></p>
<p class="world-description">• No World</p>
<a
href="./downloads/MV23/Mob.Vote.2023.mcpack"
class="download-button"
>Download Resource Pack</a
>
<div style="display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px">
<a href="https://minecraft.wiki/w/2023_Mob_Vote_Event" class="download-button wiki-button">Wiki Page</a>
</div>
</div>
</div>
</div>
</div>
<div class="credit">- Thanks to ThatJadon 26 for the domain.</div>
<div class="bottom-bar">
<div class="bottom-buttons">
<a href="https://discord.gg/ARbse5mKZ8" class="discord-button" target="_blank">Discord</a>
</div>
<div class="disclaimer">
Event Server Archive is not associated with Microsoft Corporation or Mojang AB. Mojang and Minecraft are
trademarks of Mojang AB.
</div>
</div>
</div>
</body>
</html>