mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 22:57:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="zh-CN">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <link rel="shortcut icon" href="/favicon.ico" />
 | |
|     <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
 | |
|     <link rel="stylesheet" href="/static/css/loading.css" type="text/css" />
 | |
|     <title></title>
 | |
|   </head>
 | |
|   
 | |
|   <body>
 | |
|     <div id="app">
 | |
|       <section class="init-box">
 | |
|         <div class="init-loading">
 | |
|           <div class="init-loading-rect"></div>
 | |
|           <div class="init-loading-rect"></div>
 | |
|           <div class="init-loading-rect"></div>
 | |
|           <div class="init-loading-rect"></div>
 | |
|           <div class="init-loading-rect"></div>
 | |
|         </div>
 | |
|       </section>
 | |
|     </div>
 | |
|     <script type="module" src="/src/main.ts"></script>
 | |
|     <script>
 | |
|       var _hmt = _hmt || [];
 | |
|       (function() {
 | |
|         var hm = document.createElement("script");
 | |
|         hm.src = "https://hm.baidu.com/hm.js?be968d539e394cf45975b5117965eb10";
 | |
|         var s = document.getElementsByTagName("script")[0];
 | |
|         s.parentNode.insertBefore(hm, s);
 | |
|       })();
 | |
|     </script>
 | |
|   </body>
 | |
| </html>
 |