mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			309 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			309 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><style>
 | |
|     * {
 | |
|         margin: 0;
 | |
|         padding: 0;
 | |
|     }
 | |
|     body {
 | |
|         display: flex;
 | |
|         flex-direction: column
 | |
|     }
 | |
|     svg {
 | |
|         align-self: flex-start;
 | |
|         height: 100px;
 | |
|     }
 | |
| </style><svg viewBox="0 0 10 5"><rect fill="green" x="0" y="0" width="10" height="5"></svg> | 
