13 lines
		
	
	
		
			385 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			385 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
</head>
 | 
						|
  <!-- jquery is not required for y-xml. It is just here for convenience, and to test batch operations. -->
 | 
						|
  <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
 | 
						|
  <script src="../yjs-dist.js"></script>
 | 
						|
  <script src="./canvasjs.min.js"></script>
 | 
						|
  <script src="./index.js"></script>
 | 
						|
</head>
 | 
						|
<body contenteditable="true">
 | 
						|
</body>
 | 
						|
</html>
 |