11 lines
338 B
HTML
11 lines
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>
|