login page
This commit is contained in:
14
login.html
Normal file
14
login.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<h1>LOGIN</h1>
|
||||
<div id="login">
|
||||
<input type="text" name="user" id="user" /><br />
|
||||
<input type="password" name="password" id="password" /><br />
|
||||
<button id="login-button">Login</button>
|
||||
</div>
|
||||
|
||||
<script type="module" src="/src/login.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user