mirror of
				https://github-proxy.zxj.im/abearxiong/app-show-list
				synced 2025-11-04 12:08:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			504 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			504 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<meta charset="UTF-8">
 | 
						|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
<title>AI Apps</title>
 | 
						|
<style>
 | 
						|
  html,
 | 
						|
  body {
 | 
						|
    margin: 0;
 | 
						|
    padding: 0;
 | 
						|
    width: 100%;
 | 
						|
    height: 100%;
 | 
						|
    overflow: hidden;
 | 
						|
    font-size: 16px;
 | 
						|
  }
 | 
						|
  #ai-root {
 | 
						|
    width: 100%;
 | 
						|
    height: 100%;
 | 
						|
  }
 | 
						|
</style>
 | 
						|
<script src="/system/lib/app.js"></script>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <div id="ai-root"></div>
 | 
						|
</body>
 | 
						|
<script src="./src/main.tsx" type="module"></script>
 | 
						|
 | 
						|
</html> |