<center>
<div id="headerSection">
<h1>Online Voting System</h1>
</div>
<hr>
<div id="loginSection">
<h2>Login</h2>
<form action="api/login.php" method="POST">
<input type="number" name="mob" placeholder="Enter mobile" required><br><br>
<input type="password" name="pass" placeholder="Enter password" required><br><br>
<select name="role" style="width: 15%; border: 2px solid black">
<option value="1">Voter</option>
<option value="2">Group</option>
</select><br><br>
<button id="loginbtn" type="submit" name="loginbtn">Login</button><br><br>
New user? <a href="routes/register.php">Register here</a>
</form>
</div>
</center>
</body>
-
Notifications
You must be signed in to change notification settings - Fork 0
anshuman018/Online-voting-system
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published