23
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<script lang="ts">
|
||||
let p = () => {
|
||||
window.location.href = "/faculty/login";
|
||||
}
|
||||
</script>
|
||||
|
||||
<header>
|
||||
<h1>Faculty Login</h1>
|
||||
</header>
|
||||
@@ -12,8 +18,8 @@
|
||||
<input name="email" type="email" id="email" required>
|
||||
<label for="password">Password:</label>
|
||||
<input name="password" type="password" id="password" required>
|
||||
<button type="submit">Sign Up</button>
|
||||
<button>Login</button>
|
||||
<button type="submit" id="button">Sign Up</button>
|
||||
<button id="button" on:click={p}>Login</button>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
Reference in New Issue
Block a user