-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisclaimer.html
14 lines (14 loc) · 1.21 KB
/
disclaimer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en"><head><title>MC Event Recreations Disclaimer</title><link rel="stylesheet" href="assets/css/main.css"></head>
<body>
<a href="index.html"> <img src="assets/images/logos/MCLER.png" id="logo" class="center"></a><br>
<h1>Disclaimer</h1>
<p>The Minecraft Live Event Recreations group is not affiliated with Mojang Studios and Microsoft, and is not affiliated with their partners which includes but is not limited to Hive Games Ltd and Gamemode One Inc.<br>Our sole purpose is to allow people to play these live events again and to allow those who never got to experience them to be able to. We make no profit nor do we intend to do so.</p>
<footer>
<a href="https://github.com/MC-Event-Recreations"><button class="minecraft-main-button button-red">GitHub</button></a>
<a href="https://discord.com/invite/w4uFWffMkB?utm_source=Discord%20Widget&utm_medium=Connect"><button class="minecraft-main-button button-red">Discord server</button></a>
<a href="disclaimer.html"><button class="minecraft-main-button button-red">Disclaimer</button></a>
<br>
<i>We are not affiliated nor endorsed by Mojang Studios nor by their partners.</i>
</footer>
</body></html>