<!DOCTYPE html>
<html>
  <head>
    <title>Intro Glitch - 01</title>
    <script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
    <script src="../js/livecode.js"></script>
  </head>
  <body>
    <a-scene>
      <a-assets>
        <img
          id="boxTexture"
          src="https://cdn.glitch.com/80978ab7-9db6-45ae-bc43-4fab16bdbb6e%2Fx.png?v=1523893000643"
        />

      </a-assets>

      <a-box
        src="#boxTexture"
        position="0 1 -2"
        height="1"
        rotation="0 45 0"
      ></a-box>


      <a-sky color="#ECECEC"></a-sky>
    </a-scene>
  </body>
</html>