Tidy a bit the files structure.
[Project_webapp.git] / includes / login.php
1 <form action="index.php" method="post">
2 <input type="hidden" name="form" value="login" />
3 <p> Email : <input type="text" name="email" /> </p>
4 <p> Mot de passe : <input type="password" name="password" /> </p>
5 <p> <input type="submit" value="Valider"> </p>
6 </form>