Login page functionality
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<link rel="stylesheet" href="/frontend/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<script src="/frontend/index.js"></script>
|
||||
<div id="login" class="flex three" style="height: 100%">
|
||||
<div class="fourth two-fifth-1000"></div>
|
||||
<div class="flex one half fifth-1000" style="height: 100%">
|
||||
@@ -17,7 +18,7 @@
|
||||
<input type="text" id="name"> <br>
|
||||
<label for="password">Password</label> <br>
|
||||
<input type="password" id="password"> <br>
|
||||
<input type="submit" value="Login" style="width: 100%"> <br>
|
||||
<input type="submit" value="Login" style="width: 100%" onclick="login()" id="loginSubmit"> <br>
|
||||
</article>
|
||||
<div class="loginSpacer"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user