29 lines
		
	
	
		
			765 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			765 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1" />
 | |
|     <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
 | |
|     <title>悦码渲染器</title>
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <div id="y-code-renderer" style="width: 100%; height: 100%"></div>
 | |
|     <script type="module" src="/src/index.ts"></script>
 | |
|     <!-- Google tag (gtag.js) -->
 | |
|     <script
 | |
|       async
 | |
|       src="https://www.googletagmanager.com/gtag/js?id=G-LPQRRS1VVF"
 | |
|     ></script>
 | |
|     <script>
 | |
|       window.dataLayer = window.dataLayer || [];
 | |
|       function gtag() {
 | |
|         dataLayer.push(arguments);
 | |
|       }
 | |
|       gtag('js', new Date());
 | |
| 
 | |
|       gtag('config', 'G-LPQRRS1VVF');
 | |
|     </script>
 | |
|   </body>
 | |
| </html>
 | 
