contact.html 422 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <title></title>
  4. </head>
  5. <body>
  6. <a
  7. href="index.html">
  8. Home
  9. </a>
  10. &nbsp;
  11. <a
  12. href="aboutme.html">
  13. About me
  14. </a>
  15. &nbsp;
  16. <a
  17. href="contact.html">
  18. Contact me
  19. </a>
  20. <hr></hr>
  21. <h1>
  22. Contact details
  23. </h1>
  24. Here is my address:
  25. <ul>
  26. <li>133, my street</li>
  27. <li>My town</li>
  28. <li>My nation</li>
  29. <li>Final item in the list</li>
  30. </ul>
  31. </body>
  32. </html>