This commit is contained in:
2024-07-18 00:28:59 +05:30
parent 48a80e2060
commit 028d4f1947

View File

@@ -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>