29 lines
		
	
	
		
			988 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			988 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | 
						|
    <meta name="renderer" content="webkit" />
 | 
						|
    <meta name="force-rendering" content="webkit" />
 | 
						|
    <meta name="applicable-device" content="pc,mobile" />
 | 
						|
    <meta name="author" content="Jmys <jmys1992@gmail.com>" />
 | 
						|
    <meta
 | 
						|
      name="keywords"
 | 
						|
      content="layui,layui-vue,vue,layer,layer-vue,ui,components"
 | 
						|
    />
 | 
						|
    <link rel="icon" href="/favicon.ico" />
 | 
						|
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
 | 
						|
    <title>Layui - Vue 开源前端 UI 框架</title>
 | 
						|
    <!--preload-links-->
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body>
 | 
						|
    <div id="app">
 | 
						|
      <!--app-html-->
 | 
						|
    </div>
 | 
						|
    <script type="module" src="/src/entry-client.ts"></script>
 | 
						|
    <script type="module" src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
 | 
						|
  </body>
 | 
						|
</html>
 |