mirror of
https://github.com/musix-org/musix-org.github.io
synced 2025-06-14 17:56:00 +00:00
full thing
This commit is contained in:
144
releases.html
Normal file
144
releases.html
Normal file
@ -0,0 +1,144 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="./public/releases.css" />
|
||||
<title>Musix - Releases</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<link rel="stylesheet" href="./public/nav.css" />
|
||||
<nav id="nav">
|
||||
<div id="navLogo">
|
||||
<a
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands"
|
||||
target="_blank"
|
||||
></a>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">Menu</button>
|
||||
<div class="dropdown-content">
|
||||
<a href="./releases">Releases</a>
|
||||
<a href="./">Home</a>
|
||||
<a href="./terms">Terms</a>
|
||||
<a href="./privacy-policy">Privacy Policy</a>
|
||||
<a href="https://discord.gg/rvHuJt" target="_blank">Discord</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<script src="./public/main.js"></script>
|
||||
<h1>Releases</h1>
|
||||
</header>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_round.png" />
|
||||
<h1>
|
||||
Musix#3411
|
||||
<div id="stable">Stable</div>
|
||||
<div id="verified">Verified</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our most used and most stable main bot. <br />Best stability and
|
||||
quality is provided on this release.
|
||||
</h2>
|
||||
<div id="invite">
|
||||
<button>
|
||||
<a
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands"
|
||||
>Add to Discord</a
|
||||
>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_2_round.png" />
|
||||
<h1>
|
||||
Musix 2#1795
|
||||
<div id="offline">Offline</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our secondary bot.<br />This release is currently offline so it
|
||||
cannot be used!
|
||||
</h2>
|
||||
<div id="invite">
|
||||
<button>
|
||||
<a
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=727669741618987139&permissions=3427328&scope=bot%20applications.commands"
|
||||
>Add to Discord</a
|
||||
>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_beta_round.png" />
|
||||
<h1>
|
||||
Musix Beta#7026
|
||||
<div id="unstable">Unstable</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our public test bot.<br />New updates that are unstable or
|
||||
untested are pushed into this release.
|
||||
</h2>
|
||||
<div id="invite">
|
||||
<button>
|
||||
<a
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=649252971690983446&permissions=3427328&scope=bot%20applications.commands"
|
||||
>Add to Discord</a
|
||||
>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_dev.png" />
|
||||
<h1>
|
||||
Musix Dev#3406
|
||||
<div id="private">Private</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our private development bot.<br />This realease is not available
|
||||
for public!
|
||||
</h2>
|
||||
</div>
|
||||
<link rel="stylesheet" href="./public/footer.css" />
|
||||
<footer>
|
||||
<div class="footerItem">
|
||||
<div class="footerDiscordLogo">
|
||||
<a
|
||||
href="https:/https://discord.gg/rvHuJt.gg/rvHuJtB"
|
||||
target="_blank"
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerItem">
|
||||
<br /><br />Matte<br />Project Lead<br />Discord: mvzg
|
||||
<div class="footerGithubLogo">
|
||||
<a href="https://github.com/MatteZ02" target="_blank"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerItem">
|
||||
<br /><br />Cwchristerw<br />Developer<br />Discord: cwchristerw
|
||||
<div class="footerGithubLogo">
|
||||
<a href="https://github.com/cwchristerw" target="_blank"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerItem">
|
||||
<button id="footerInvite">
|
||||
<a
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands"
|
||||
target="_blank"
|
||||
>Add to Discord</a
|
||||
>
|
||||
</button>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="underFooter">
|
||||
© Musix 2024 - Designed and developed by Matte
|
||||
</div>
|
||||
</body>
|
||||
<script src="./main.js"></script>
|
||||
</html>
|
Reference in New Issue
Block a user