Untitled


SUBMITTED BY: Guest

DATE: April 25, 2014, 9:59 p.m.

FORMAT: Text only

SIZE: 482 Bytes

HITS: 31638

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html>
  5. <head>
  6. <title>Authentification</title>
  7. </head>
  8. <body>
  9. <form method="post" action="">
  10. Login : <input type="text" name="login" /><br />
  11. Mot de passe : <input type="password" name="mdp" /><br />
  12. <input type="submit" name="submit" value="Se connecter" />
  13. </form>
  14. </body>
  15. </html>

comments powered by Disqus