mirror of
				https://github.com/JonasKruckenberg/tauri-build.git
				synced 2025-11-04 03:23:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			290 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			290 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <style>
 | 
						|
    html,
 | 
						|
    body {
 | 
						|
      margin: 0;
 | 
						|
      padding: 0;
 | 
						|
      width: 100%;
 | 
						|
      height: 100%;
 | 
						|
    }
 | 
						|
 | 
						|
    body {
 | 
						|
      display: flex;
 | 
						|
      align-items: center;
 | 
						|
      justify-content: center;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
  <body>
 | 
						|
    <h1>fixture</h1>
 | 
						|
  </body>
 | 
						|
</html>
 |