<!doctype html>
<html>
  <head>
    <title>BTC to the mooOOoo000oon!</title>
    <link rel="stylesheet" href="style.css"></link>
  </head>
  <body class="cruising">
    <div id="camera" class="camera">
      <div id="stars" class="stars"></div>
      <div id="spaceship" class="spaceship">
        <div class="rotate-box">
          <img class="exhaust" src="spaiceship-exhaust.png">
          <img class="hull" src="spaiceship-hull.png">
        </div>
      </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="animate.js"></script>
  </body>
</html>