| Current Path : /var/www/html/venkat/aviral/aviral/ |
| Current File : //var/www/html/venkat/aviral/aviral/index.html |
<head>
<link rel="stylesheet" href="styles.css">
</head>
<div class="container">
<h1>IIIT-Allahabad Summer semester 2019 registration portal</h1>
</div>
<form action='auth.php' method="POST">
<div class="container">
<label for="uname">Username</label>
<input type="text" placeholder="Enter LDAP username" name="username" required>
<br>
<label for="passwd">Password</label>
<input type="password" placeholder="Enter password" name="password" required>
<br>
<button type="submit">Login</button>
</div>
</form>