mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			596 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			596 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!-- prettier-ignore -->
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="zh-cmn-Hans">
 | 
						|
	<head>
 | 
						|
		<meta charset="UTF-8" />
 | 
						|
		<meta http-equiv="Expires" content="0" />
 | 
						|
		<meta http-equiv="Pragma" content="no-cache" />
 | 
						|
		<meta http-equiv="Cache-control" content="no-cache" />
 | 
						|
		<meta http-equiv="Cache" content="no-cache" />
 | 
						|
		<link rel="icon" href="/favicon.svg" />
 | 
						|
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
		<title>%VITE_APP_NAME%</title>
 | 
						|
	</head>
 | 
						|
	<body>
 | 
						|
		<div id="app">
 | 
						|
			<div id="appLoading"></div>
 | 
						|
		</div>
 | 
						|
		<script type="module" src="/src/main.ts"></script>
 | 
						|
	</body>
 | 
						|
</html>
 |