<html>
  <head>
    <title>fries</title>
    <link rel="stylesheet" href="snax.css">
    <style>
      body {
	  background-color: tomato;
      }
    </style>
  </head>
  <a href="./tucker.html">
    <body>
      <h3>fries</h3>
      <img src="./fries.jpg">
      <p>collage ~2020</p>
    </body>
  </a>
</html>