Advertisement
Soifra

index.php

Mar 14th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <!DOCTYPE hmtl>
  2. <htmnl>
  3.     <head>
  4.         <title>Forum</title>
  5.         <meta charset='UTF-8'>
  6.     </head>
  7.     <body>
  8.     <form action='login.php' method='POST'>
  9.         Username : <input type='text' name='username' placeholder='Username'/>
  10.         <br/>
  11.         Password : <input type='text' name='username' placeholder='Password'/>
  12.         <input type='submit' name='login' value='Log In'/>
  13.     </body>
  14. </htmnl>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement