mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
9 lines
313 B
Text
9 lines
313 B
Text
<h1>please log in</h1>
|
|
<form action="/log-in" method="POST">
|
|
<label for="username">Username</label>
|
|
<input id="username" name="username" placeholder="username" type="text" />
|
|
<label for="password">Password</label>
|
|
<input id="password" name="password" type="password" />
|
|
<button>Log In</button>
|
|
</form>
|
|
|