12 lines
		
	
	
		
			402 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			402 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <?php include_once("components/dochead.php"); ?>
 | |
|     <body>
 | |
|         <?php include_once('components/header.php')?>
 | |
|         <main class = "flexcolumn min-size">
 | |
|             <?php include_once("components/content_aboutme.php");?>
 | |
|             <div class="flexcolumn"></div>  
 | |
|         </main>
 | |
|         <?php include_once("components/footer.html"); ?>
 | |
|     </body>
 | |
| </html>
 |