contact.html 447 B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <title></title>
  4. <link rel="stylesheet" type="text/css" href="css/no.css" />
  5. </head>
  6. <body>
  7. <a href="index.html">Home</a>
  8. &nbsp;
  9. <a href="aboutme.html">About me</a>
  10. &nbsp;
  11. <a href="contact.html">Contact me</a>
  12. <hr></hr>
  13. <h1>Contact details</h1>
  14. Here is my address:
  15. <ul>
  16. <li>133, my street</li>
  17. <li>My town</li>
  18. <li>My nation</li>
  19. <li>Final item in the list</li>
  20. </ul>
  21. </body>
  22. </html>