1
0
mirror of https://github.com/musix-org/musix-org.github.io synced 2025-06-14 17:56:00 +00:00

Site Update

This commit is contained in:
Christer Warén
2024-02-01 18:06:13 +02:00
parent e97801bebb
commit 276ac9c06e
43 changed files with 75 additions and 98 deletions

View File

@ -2,37 +2,36 @@
<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/faq.css" />
<title>Musix - Terms of service</title>
<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/css/faq.css" />
<link rel="stylesheet" href="./public/css/nav.css" />
<link rel="stylesheet" href="./public/css/footer.css">
</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>
<a href="./"></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>
<a href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands" target="_blank">Invite Bot</a>
<a href="./releases">Releases</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>Terms of Service</h1>
<h1>Terms of Service</h1>
</header>
<div class="wrapper">
Musix terms of service<br />For any questions please contact support on our
Musix terms of service<br>For any questions please contact support on our
<a href="https://discord.gg/rvHuJt">support server</a>
</div>
<div class="faq">
@ -103,7 +102,6 @@
</table>
Effective as of April 1, 2022 and updated on 15th of January 2024
</div>
<link rel="stylesheet" href="./public/footer.css">
<footer>
<div class="footerItem">
<div class="footerDiscordLogo">
@ -111,13 +109,13 @@
</div>
</div>
<div class="footerItem">
<br /><br />Matte<br>Project Lead<br />Discord: mvzg
<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
<br><br>Cwchristerw<br>Developer<br>Discord: cwchristerw
<div class="footerGithubLogo">
<a href="https://github.com/cwchristerw" target="_blank"></a>
</div>
@ -129,9 +127,7 @@
</div>
</footer>
<div class="underFooter">
© Musix 2024 - Designed and developed by Matte
©2019-2024 Musix
</div>
</body>
<script src="./main.js"></script>
</html>
</html>