Advertisement
Guest User

index

a guest
Jun 3rd, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5.         <title>Index Page</title>
  6.     </head>
  7.     <body>
  8.        
  9.         <form action="class.php" method="post">
  10.             <label for="username">Username</label>&nbsp;<input type="text" name="username" id="username" />
  11.                 <br />
  12.             <label for="password">Password</label>&nbsp;<input type="password" name="password" id="password" />
  13.                 <br /><br />
  14.             <input type="submit" value="Login" /> &nbsp; <input type="reset" value="Reset" />
  15.         </form>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement