<html>
  <head>
    <title>AnimationTool</title>
    <meta charset="utf-8">

    <link rel="icon" href="/favicon.ico">
    <link rel="stylesheet" href="assets/stylesheets/main.css">
  </head>
	<body>

        <div id="dropZone">
          <div id="output"></div>

          <div id="instructions" class="instruction">
            <p>Drag images onto the page to upload them. Advance frames with arrow keys</p>
          </div>

          <div id="frameNumber" class="warning">
              <p></p>
          </div>
          <!-- canvas -->
          <div id="currentImage">
            <img alt="">
          </div>
        </div>

        <script src="bundle.js"></script>
	</body>
</html>