fixed register page

This commit is contained in:
MathMan05 2024-07-01 14:04:26 -05:00
parent dfb20c60ab
commit 9311914ae9
9 changed files with 85 additions and 4 deletions

View file

@ -35,6 +35,5 @@
</form>
<a href="/login.html">Already have an account?</a>
</div>
<script src="/login.js"></script>
<script src="/register.js"></script>
<script src="/register.js" type="module"></script>
</body>