mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
<form method="post" id="login">
|
|
<input type="email" name="email" placeholder="name@example.com">
|
|
<label for="email">Email address</label>
|
|
<input type="password" name="password" placeholder="Password">
|
|
<label for="password">Password</label>
|
|
<button type="submit" form="login">Sign in</button>
|
|
</form>
|