generated from template/vite-react-template
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			661 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			661 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8" />
 | 
						|
  <link rel="icon" type="image/png" href="https://kevisual.xiongxiao.me/root/center/panda.png" />
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
  <title>Vite + React + TS</title>
 | 
						|
  <link rel="stylesheet" href="/src/index.css" />
 | 
						|
  <style>
 | 
						|
    html,
 | 
						|
    body {
 | 
						|
      height: 100%;
 | 
						|
      margin: 0;
 | 
						|
      padding: 0;
 | 
						|
      overflow: hidden;
 | 
						|
    }
 | 
						|
 | 
						|
    #root {
 | 
						|
      height: 100%;
 | 
						|
      margin: 0;
 | 
						|
      padding: 0;
 | 
						|
      overflow: hidden;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <div id="root"></div>
 | 
						|
  <script type="module" src="/src/main.tsx"></script>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |