mirror of
				https://github.com/Unstructured-IO/unstructured.git
				synced 2025-10-31 10:03:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			175 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			175 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <header>
 | |
|     <p>Header</p>
 | |
| </header>
 | |
| <body>
 | |
| 
 | |
| <h1>My First Heading</h1>
 | |
| <p>My first paragraph.</p>
 | |
| 
 | |
| </body>
 | |
| <footer>
 | |
|     <p>Footer</p>
 | |
| </footer>
 | |
| </html>
 | 
