17
This commit is contained in:
15
s1/src/routes/faculty/login/+page.svelte
Normal file
15
s1/src/routes/faculty/login/+page.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<header>
|
||||
<h1>Faculty Login</h1>
|
||||
</header>
|
||||
<main>
|
||||
<section class="login">
|
||||
<form action="#">
|
||||
<label for="email">Email:</label>
|
||||
<input name="email" type="email" id="username" required>
|
||||
<label for="password">Password:</label>
|
||||
<input name="password" type="password" id="password" required>
|
||||
<button type="submit">Login</button>
|
||||
<button>Sign Up</button>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
Reference in New Issue
Block a user