2022-09-01 09:24:40 -04:00
|
|
|
<form action="/login" method="post">
|
|
|
|
<p><input type="text" name="username" placeholder="Enter username"></p>
|
|
|
|
<p><input type="password" name="password" placeholder="Enter password"></p>
|
|
|
|
<p><button type="sumbit">Log In</button></p>
|
|
|
|
</form>
|