mirror of
				https://github.com/pierre42100/AboutComunic
				synced 2025-10-31 10:14:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			584 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			584 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| {% include head.html %}
 | |
| 
 | |
| <body id="page-top">
 | |
| 	<!-- Navbar -->
 | |
| 	{% include nav.html %}
 | |
| 
 | |
| 	<!-- Main home block page -->
 | |
| 	{% include header.html %}
 | |
| 
 | |
| 	<!-- Link to web app / android app -->
 | |
| 	{% include call-to-action.html %}
 | |
| 
 | |
| 	<!-- Comunic features -->
 | |
| 	{% include services.html %}
 | |
| 
 | |
| 	<!-- Quote -->
 | |
| 	{% include quote.html %}
 | |
| 
 | |
| 	<!-- Other features link -->
 | |
| 	{% include feature.html %}
 | |
| 	
 | |
| 	<!-- Donate feature -->
 | |
| 	{% include donate-feature.html %}
 | |
| 
 | |
| 	
 | |
| 	{% include contact.html %}
 | |
| 
 | |
| 	<!-- End of file scripts -->
 | |
| 	{% include scripts.html %}
 | |
| </body>
 | |
| 
 | |
| </html>
 | 
