Added support for making an account

This commit is contained in:
MathMan05 2024-06-08 15:12:55 -05:00
parent f6d33a7aa8
commit 7d6977d3d5
10 changed files with 192 additions and 110 deletions

View file

@ -1,6 +1,7 @@
<body>
<head>
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/themes.css" rel="stylesheet" type="text/css" id="lightcss"/>
</head>
<div id="logindiv">
<h1>Login</h1><br>
@ -17,6 +18,7 @@
<p class="wrongred" id="wrong"></p>
<button type="submit">Login</button>
</form>
<a href="/register.html">Don't have an account?</a>
</div>
<script src="/login.js"></script>
</body>