filemure/app/src/main/tpl/net.h34t.filemure.tpl/Login.tpl.html
2025-01-29 19:01:36 +01:00

11 lines
No EOL
338 B
HTML

<h1>Hello to Filemure</h1>
<form action="/login" method="post">
<p><label>Your email:<br>
<input type="email" placeholder="your-email@example.com" name="username"></label></p>
<p><label>Your password:<br>
<input type="password" name="password"></label></p>
<p><input type="submit" value="login"></p>
</form>