change some things on the website

This commit is contained in:
2026-04-03 14:38:58 +02:00
parent b2e9342f2e
commit c1d044435f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<script src="js/audio.js"></script> <script src="js/audio.js"></script>
</head> </head>
<body> <body>
<button class="playbutton">start</button> <button class="playbutton">Start / Stop</button>
<input type="range" id="volumeSlider" min="0" max="1" step="0.01" value="1"> <input type="range" id="volumeSlider" min="0" max="1" step="0.01" value="1">
</body> </body>
</html> </html>
+2
View File
@@ -539,11 +539,13 @@
</div> </div>
<div class="modal-panel-footer flex-container flex-phone"> <div class="modal-panel-footer flex-container flex-phone">
<div class="modal-panel-sidebar" style="font-size: 22px;"> <div class="modal-panel-sidebar" style="font-size: 22px;">
<div class="flex-center" style="height: 50px;"></div>
<div class="flex-center" style="height: 50px"> <div class="flex-center" style="height: 50px">
<i class="fa-brands fa-discord"></i> <i class="fa-brands fa-discord"></i>
</div> </div>
</div> </div>
<div class="modal-panel-content"> <div class="modal-panel-content">
<div class="br-0 bg-color-1" style="height: 50px;padding:12px;"></div>
<div class="hover-brighten br-0 bg-color-1" style="height: 50px;padding:12px;" onclick="window.open('https://discord.gg/cY66nt6UhV')"> <div class="hover-brighten br-0 bg-color-1" style="height: 50px;padding:12px;" onclick="window.open('https://discord.gg/cY66nt6UhV')">
Join our <strong>FMDX.org Discord</strong> community! Join our <strong>FMDX.org Discord</strong> community!
</div> </div>