"> "> ">
To make proper use of the Discord section, please change #
to your invitation link at the top of the layout.html
file. Note that you can also add your server ip here.
<!-- config -->
<script>
const server_ip = "play.hypixel.net";
const discord_invite_link = "#";
</script>
<!-- config -->
This will then automatically change the invitation link. Below is a snippet of the code.
<a href="#" class="gdp-discord">
<div class="gdp-discord-container">
<p>HAVE A CHAT WITH US</p>
<h2><img src="/assets/discord.png" />JOIN DISCORD</h2>
</div>
</a>