mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-19 17:52:25 +03:00
11 lines
215 B
HTML
11 lines
215 B
HTML
<form action="index.php" method="post">
|
|
<div>
|
|
<label for="password">
|
|
Password : <input type="text" name="password" id="password"/>
|
|
</label>
|
|
</div>
|
|
<div>
|
|
<input type="submit" value="GO"/>
|
|
</div>
|
|
</form>
|