Added support for making an account
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user