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