mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
8 lines
243 B
HTML
8 lines
243 B
HTML
<html><head><title>Sign in</title></head><body>
|
|
<form action="/login">
|
|
<input type="email" name="email" placeholder="Email">
|
|
<input type="password" name="password">
|
|
<button type="submit">Sign in</button>
|
|
</form>
|
|
</body></html>
|