22 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="monacoContainer"></div>
 | 
						|
    <style>
 | 
						|
      #monacoContainer {
 | 
						|
        position: fixed;
 | 
						|
        top: 0;
 | 
						|
        left: 0;
 | 
						|
        height: 100%;
 | 
						|
        width: 100%;
 | 
						|
      }
 | 
						|
    </style>
 | 
						|
    <script src="../../y.js"></script>
 | 
						|
    <script src='../../../y-websockets-client/y-websockets-client.mjs'></script>
 | 
						|
    <script src="../node_modules/monaco-editor/min/vs/loader.js"></script>
 | 
						|
    <script src="./index.js"></script>
 | 
						|
  </body>
 | 
						|
</html>
 |