31
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
let p = () => {
|
let p = () => {
|
||||||
window.location.href = "/faculty/login";
|
window.location.href = "/faculty/signup";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -10,11 +10,11 @@
|
|||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<section class="login">
|
<section class="login">
|
||||||
<form action="#">
|
<form method="post">
|
||||||
<label for="email">Email:</label>
|
<label for="email">Email:</label>
|
||||||
<input name="email" type="email" id="username" required>
|
<input name="em" type="email" id="username" required>
|
||||||
<label for="password">Password:</label>
|
<label for="password">Password:</label>
|
||||||
<input name="password" type="password" id="password" required>
|
<input name="pw" type="password" id="password" required>
|
||||||
<button type="submit">Login</button>
|
<button type="submit">Login</button>
|
||||||
<button on:click={p}>Sign Up</button>
|
<button on:click={p}>Sign Up</button>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user