User Submitting Signup

This commit is contained in:
metacryst
2025-11-18 07:58:35 -06:00
parent 81ca35bf2f
commit b8e48f7945
8 changed files with 196 additions and 35 deletions

View File

@@ -15,14 +15,6 @@
</style>
<script src="_/code/quill.js"></script>
<script type="module" src="index.js"></script>
<script>
window.addEventListener('load', () => {
if (window.location.search) {
// Replace the URL with the clean path (e.g., '/')
window.history.replaceState(null, '', '/');
}
});
</script>
</head>
<body>
</body>