mirror of
				https://github.com/Powerful-517/yys-editor.git
				synced 2025-10-30 17:39:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			677 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			677 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <link rel="icon" href="/favicon.ico">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>yys-editor</title>
 | |
|     <script>
 | |
|         var _hmt = _hmt || [];
 | |
|         (function () {
 | |
|             var hm = document.createElement("script");
 | |
|             hm.src = "https://hm.baidu.com/hm.js?8d59439a417b1eb4bc99d62ddca7e072";
 | |
|             var s = document.getElementsByTagName("script")[0];
 | |
|             s.parentNode.insertBefore(hm, s);
 | |
|         })();
 | |
|     </script>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="app"></div>
 | |
|     <script type="module" src="/src/main.js"></script>
 | |
|   </body>
 | |
| </html>
 |