2025-01-29 18:01:36 +00:00
|
|
|
<h1>Hello to Filemure</h1>
|
|
|
|
|
|
|
|
<form action="/login" method="post">
|
|
|
|
|
2025-02-07 11:28:43 +00:00
|
|
|
<fieldset>
|
|
|
|
<legend>Log In</legend>
|
2025-01-29 18:01:36 +00:00
|
|
|
|
2025-02-07 11:28:43 +00:00
|
|
|
<div class="field border label">
|
|
|
|
<input id="email" type="email" placeholder="your-email@example.com" name="username">
|
|
|
|
<label for="email">Your email</label>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="field border label">
|
|
|
|
<input id="password" type="password" name="password">
|
|
|
|
<label for="password">Your password</label>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<i>login</i>
|
|
|
|
<span>log in</span>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
<!--<p><input type="submit" value="login"></p>-->
|
|
|
|
</fieldset>
|
2025-01-29 18:01:36 +00:00
|
|
|
</form>
|