10 lines
242 B
PHP
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
|
|
|
|
?>
|