20 lines
		
	
	
		
			428 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			428 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <link rel="icon" type="image/svg+xml" href="favicon.svg" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
    <title>Tailwind + Sass</title>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="app" class="app">
 | 
						|
      <h1 >
 | 
						|
       商家列表
 | 
						|
      </h1>
 | 
						|
 | 
						|
    </div>
 | 
						|
 | 
						|
    <script type="module" src="./src/main.ts"></script>
 | 
						|
  </body>
 | 
						|
</html>
 |