7
This commit is contained in:
13
s1/src/routes/faculty/+page.svelte
Normal file
13
s1/src/routes/faculty/+page.svelte
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
Reference in New Issue
Block a user