mirror of
				https://github.com/pierre42100/AboutComunic
				synced 2025-10-31 10:14:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| {% include head.html %}
 | |
| 
 | |
| <body id="page-top">
 | |
|   {% include nav.html %}
 | |
|   {% include header.html %}
 | |
|   {% include call-to-action.html %}
 | |
|   {% include services.html %}
 | |
|   {% include portfolio.html %}
 | |
|   {% include feature.html %}
 | |
|   {% include quote.html %}
 | |
|   {% include aside.html %}
 | |
|   {% include contact.html %}
 | |
|   {% include scripts.html %}
 | |
| </body>
 | |
| 
 | |
| </html>
 | 
