aboutme.html 410 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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>All about me</h1>
  22. <a href="myk.png">
  23. <img
  24. src="myk.png"
  25. width="50%"
  26. />
  27. </a>
  28. <h3>This is me looking the other way</h3>
  29. </body>
  30. </html>