Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form tag="Create Logon">
  4. <div align="center">
  5. Username: <input type="username" name="username" /><br />
  6. Password: <input type="password" name="pass" /><br />
  7. Confirm Password: <input type="password" name="passconfirm" /><br />
  8. Email: <input type="email" name="email" /><br />
  9.  
  10. <input type="submit" value="Submit" />
  11. </div>
  12. </form>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement