jumpman.html 380 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title>jumpman</title>
  4. <link rel="stylesheet" href="snax.css">
  5. <style>
  6. body {
  7. background-color: LightGrey;
  8. }
  9. </style>
  10. </head>
  11. <a href="./bloom.html">
  12. <body>
  13. <h3>jumpman</h3>
  14. <img src="./jumpman.jpg">
  15. <p>Air Jordan Hi-5's God.</p>
  16. <p>large format acrylic on canvas ~2016</p>
  17. </body>
  18. </a>
  19. </html>