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