<!doctype html>
<html>
  <head>
    <link rel="stylesheet" href="style.css"></link>
  </head>
  <body class="excited">
    <div id="stars" class="stars"></div>
    <div id="bg" class="bg">
      <div id="spaceship" class="spaceship">
        <img src="spaiceship.png">
      </div>
    </div>
    <img class="moon" src="moooon.png" width="100">
    <img class="dashboard" src="dashboard.png "width="300">
    <div id="price" class="price"></div>
    <div id="cap" class="cap"></div>
    <script src="velocity.min.js"></script>
    <script src="poll.js"></script>
  </body>
</html>