<html>
  <head>
    <title>Algebra Helper</title>
    <style type="text/css">
      body{
            background-color: #d2b48c;
      }
      
    </style>
  </head>
  <body>
    <h1>Lol, get crabbed</h1>
    <h3>psst, click on the crab</h3>
     <script>
      function play() {
        var audio = document.getElementById("audio");
        audio.play();
      }
    </script>

    <input type="Image" src="../images/crab.jpg" onclick="play()" >
    <audio id="audio" src="../audio/Reflections.mp3"></audio>
  </body>
</html>