mixer / slots mode updates

This commit is contained in:
steveseguin
2025-03-03 13:21:11 -05:00
parent 222e91e64a
commit d4851c9862
13 changed files with 3327 additions and 1332 deletions

14
password.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting to changepassword.html</title>
<script>
window.location.href = "./changepassword.html";
</script>
</head>
<body>
<p>If you are not redirected automatically, please <a href="./changepassword.html">click here</a>.</p>
</body>
</html>