-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCTF.html
More file actions
112 lines (101 loc) · 4.29 KB
/
CTF.html
File metadata and controls
112 lines (101 loc) · 4.29 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!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/ctf.ico" type="image/x-icon" />
<title>Capture The Flag Archive - Event Server Archive</title>
<meta name="description" content="AMCM Live Event Downloadable Archive" />
<link rel="canonical" href="https://archive.mceventrecreations.net/CTF" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Capture The Flag 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/Capture_The_Flag_Banner.png?97e03&format=original"
class="keyart"
alt="Keyart"
/>
<div class="world-info">
<h2>Capture the Flag</h2>
<p><strong>By Mojang Studios</strong></p>
<p class="world-description">• Archived by BehaviorPack<br />• Best used
in 1.21.132
</p>
<a
href="https://github.com/BehaviorPack/AMCM-Event-Server-Download/releases/download/CTF/Capture.The.Flag.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/Capture_the_Flag_server" class="download-button wiki-button"
>Wiki Page</a
>
</div>
</div>
</div>
<div class="screenshot-grid">
<div class="screenshot-card">
<img
src="./images/ctf/castle.png"
class="screenshot"
alt="Screenshot 1"
/>
<a
href="https://github.com/BehaviorPack/AMCM-Event-Server-Download/releases/download/CTF/Capture.The.Flag.Castle.mcworld"
class="download-button"
>Download Castle</a
>
</div>
<div class="screenshot-card">
<img
src="./images/ctf/arena.png"
class="screenshot"
alt="Screenshot 2"
/>
<a
href="https://github.com/BehaviorPack/AMCM-Event-Server-Download/releases/download/CTF/Capture.the.flag.Arena.mcworld"
class="download-button"
>Download Arena</a
>
</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>