about.html 944 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>The web site of bb97</title>
  6. <!-- The style.css file allows you to change the look of your web pages.
  7. If you include the next line in all your web pages, they will all share the same look.
  8. This makes it easier to make new pages for your site. -->
  9. <link href="style.css" rel="stylesheet" type="text/css" media="all">
  10. </head>
  11. <body>
  12. <h1>About Me</h1>
  13. <p>First things first, you can call me Evergreen. This is the name of my <a href="fursona.html">fursona</a> too! (Yes, I am a furry. Don't judge me too hard ;_;).
  14. <p>Other things you should know about me:
  15. <li>I'm a dude
  16. <li>Birthday is the 6th of June
  17. <li>I'm American *electric guitar riff*
  18. <li>I love my vidya
  19. <li>I'll listen to pretty much any genre except country
  20. <li>I don't take much seriously :p
  21. <p><img src="BisexualPrideFlag.gif">
  22. </body>
  23. </html>