condoments.html 368 B

123456789101112131415161718
  1. <html>
  2. <head>
  3. <title>condoments</title>
  4. <link rel="stylesheet" href="snax.css">
  5. <style>
  6. body {
  7. background-color: LightGoldenrodYellow;
  8. }
  9. </style>
  10. </head>
  11. <a href="./fries.html">
  12. <body>
  13. <h3>condoments</h3>
  14. <img src="./condoments.jpg">
  15. <p>acrylic and glitter on gesso board ~2021</p>
  16. </body>
  17. </a>
  18. </html>