123456789101112131415161718 |
- <html>
- <head>
- <title>condoments</title>
- <link rel="stylesheet" href="snax.css">
- <style>
- body {
- background-color: LightGoldenrodYellow;
- }
- </style>
- </head>
- <a href="./fries.html">
- <body>
- <h3>condoments</h3>
- <img src="./condoments.jpg">
- <p>acrylic and glitter on gesso board ~2021</p>
- </body>
- </a>
- </html>
|