-
Notifications
You must be signed in to change notification settings - Fork 0
/
article7.html
46 lines (34 loc) · 1.99 KB
/
article7.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discover DecentHolograms - FlameCord</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<meta name="description" content="Discover DecentHolograms, the ultimate plugin to create holograms in your Minecraft server!">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script defer src="./elements/navbar.js" lang="javascript"></script>
<link rel="stylesheet" href="elements/navbar.css">
</head>
<body>
<nav-bar></nav-bar>
<main>
<section class="article">
<h1>Discover DecentHolograms: Elevate your Minecraft Server's visuals</h1>
<img src="images/decentholograms.png" alt="Minecraft Wallpaper"> <!-- Replace with your article image -->
<p>Hey there, fellow Minecraft server owners!</p>
<p>Let's shed some light on DecentHolograms, the ultimate solution for enhancing your server's visual appeal! 🪄</p>
<p><b>🌟 Feature-Packed:</b> DecentHolograms is a lightweight, powerful hologram plugin with tons of customization options.</p>
<p><b>🧩 Supports Your Version:</b> From 1.8 to 1.20.1, it's got your server covered!</p>
<p><b>🖌️ Customizability:</b> Easily create stunning holograms to display vital info or just add some flair.</p>
<p>And hey, don't forget, it pairs perfectly with FlameCord! 🔥</p>
<a href="https://builtbybit.com/resources/flamecord-ultimate-antibot-solution.13492/" class="cta-button" target="_blank">Download FlameCord</a>
<a href="#nav" id="goToTopButton" class="cta-button" title="Go backend to the top">Back to the top</a>
</section>
</main>
<footer>
<p>© 2024 FlameCord by LinsaFTW</p>
</footer>
</body>
</html>