hForumPHP/dev_mvc/view/pagecontent/content_login.php
2019-04-06 16:14:29 +02:00

10 lines
242 B
PHP

<article>
<form action="?p=attempt_login" method="post">
E-mail: <input type="text" name="email"><br>
Password: <input type="password" name="password"><br>
<input type="submit">
</form>
</article>
<?php
?>