Advertisement
Thewest123

index.html

Nov 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>LOGIN VOLE</title>
  5.     </head>
  6.     <body>
  7.                 <form method="POST" action="form.php">
  8.                     <p><label>Name:<input type="text" name="username"></label></p>
  9.                     <p><label>Pass:<input type="text" name="password"></label></p>
  10.                     <input type="submit" name="submit_btn" value="Odeslat">
  11.                 </form>
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement