aboutme.html 433 B

1234567891011121314151617181920212223
  1. <html>
  2. <head>
  3. <title></title>
  4. <link rel="stylesheet" type="text/css" href="css/bootstrap.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>All about me</h1>
  14. <a href="images/myk.png">
  15. <img src="images/myk.png" width="50%" />
  16. </a>
  17. <h3>This is me looking the other way</h3>
  18. </body>
  19. </html>