18 lines
		
	
	
		
			682 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			682 B
		
	
	
	
		
			HTML
		
	
	
| <!doctype html>
 | |
| <html lang="zh-CN">
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
 | |
|   <title>{{title}}</title>
 | |
|   <meta name="keywords" content="{{keywords}}">
 | |
|   <meta name="description" content="{{description}}">
 | |
|   <link rel="stylesheet" href="//unpkg.yutent.top/@bytedo/wcui/dist/css/reset-basic.css">
 | |
|   <script async src="//esm.tool/es-module-shims.wasm.js"></script>
 | |
|   <script type="importmap">{{importmap}}</script>
 | |
| </head>
 | |
| <body>
 | |
|   <div class="app"></div>
 | |
|   <script src="main.js"></script>
 | |
| </body>
 | |
| </html> |