This commit is contained in:
2024-06-13 11:06:39 +02:00
parent 8851ff41b4
commit 65ba6fad57
10 changed files with 256 additions and 53 deletions

View File

@@ -39,7 +39,7 @@
<script type="text/javascript">
document.getElementById("signup-button").onclick = function () {
location.href = "signup.html";
location.href = "signup.php";
};
</script>