filemure/app/src/main/tpl/net.h34t.filemure.tpl/Login.tpl.html

11 lines
338 B
HTML
Raw Normal View History

2025-01-29 18:01:36 +00:00
<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>