<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title> * put your title here * </title>
  <link rel="stylesheet" href="styles.css">  <!-- link to your css file -->
</head>
<body>
  
  <!-- * put your content here * -->

  <!-- -----------------------------------------------------------------
       | A minimal HTML5 tempate                                       |
       | Adapted from https://developer.mozilla.org/en-US/docs/        |
       |              Learn/Getting_started_with_the_web/HTML_basics   |
       | License : https://creativecommons.org/publicdomain/zero/1.0/  |
       | Jim Mahoney | cs.bennington.college | September 2021          |
       ----------------------------------------------------------------- -->
  
</body>
</html>