Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Sign-In</title>
  5. <link rel="stylesheet" type="text/css" href="style-sign.css">
  6. </head>
  7. <body id="body-color">
  8. <div id="Sign-In">
  9. <fieldset style="width:30%"><legend>log in heres</legend>
  10. <form method="post" action="connectivity.php">
  11. User: <br><input type="text" name="user" paceholder="enter username" size="40"><br>
  12. Password: <br><input type="password" name="pass" paceholder="enter password" size="40"><br>
  13. <input id="button" type="submit" name="submit" value="Log-In">
  14. </form>
  15. </fieldset>
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement