Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>tees and bows 1</title>
  5. </head>
  6. <body>
  7. <ul>
  8. <li>Tees</li>
  9. <li>Bows</li>
  10. <li>Collect</li>
  11. <li>Make your own</li>
  12. <li>About the owner</li>
  13. </ul>
  14. <form>
  15. username:<br>
  16. <input type="text" name="username"><br>
  17. password:<br>
  18. <input type="text" name="password" type="password"><br>
  19.  
  20. </form>
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement