19 lines
		
	
	
		
			369 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			369 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <style type="text/css">
 | 
						|
    .cell {
 | 
						|
      fill: black;
 | 
						|
      cursor: move;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <svg id="puzzle-example" width="100%" viewBox="0 0 1 1"></svg>
 | 
						|
 | 
						|
  <script src="../bower_components/yjs/y.es6"></script>
 | 
						|
  <script src="../bower_components/d3/d3.js"></script>
 | 
						|
  <script src="./index.js"></script>
 | 
						|
</body>
 | 
						|
</html>
 |