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