28 lines
		
	
	
		
			541 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			541 B
		
	
	
	
		
			HTML
		
	
	
<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="thing" class="sub">
 | 
						|
              <p>Hi hihihihihihi</p>
 | 
						|
          </div>
 | 
						|
        </div>
 | 
						|
 | 
						|
        <!-- canvas -->
 | 
						|
        <div id="currentImage">
 | 
						|
          <img alt="Current Image">
 | 
						|
        </div>
 | 
						|
 | 
						|
 | 
						|
        <script src="bundle.js"></script>
 | 
						|
	</body>
 | 
						|
</html>
 |