1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <html>
- <head>
- <title></title>
- </head>
- <body>
- <a
- href="index.html">
- Home
- </a>
-
- <a
- href="aboutme.html">
- About me
- </a>
-
- <a
- href="contact.html">
- Contact me
- </a>
- <hr></hr>
- <h1>All about me</h1>
- <a href="myk.png">
- <img
- src="myk.png"
- width="50%"
- />
- </a>
- <h3>This is me looking the other way</h3>
- </body>
- </html>
|