Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>About me</title>
  6. </head>
  7.  
  8. <body>
  9. <h1>About Me</h1>
  10. <p>about me</p>
  11.  
  12. <p>Visit the rest of my page from the list below</p>
  13.  
  14. <a href="education.html">My Education</a>
  15. <a href="things-i-like.html">Things I Like</a>
  16. <a href="experience.html">My Work Experience</a>
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement