This commit is contained in:
2024-07-08 01:53:49 +05:30
parent bfbe218bed
commit 407652a897

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