This commit is contained in:
2019-04-24 11:06:08 +02:00
parent 57691246ed
commit 0ab34603d0
15 changed files with 140 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
<div>
<form action="" method="post">
E-mail: <input type="text" name="email">
Password: <input type="password" name="password">
<input type="hidden" name="p" value="do_login"/>
<input type="submit">
</form>
</div>