10 lines
		
	
	
		
			214 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			214 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php include_once("header_functions.php"); ?>
 | |
| <!doctype html>
 | |
| <html>
 | |
|     <?php head("Bouncing cube"); ?>
 | |
|     <body>
 | |
|         <?php include("header.php"); ?>
 | |
|         <?php include("nav.php"); ?>
 | |
|     </body>
 | |
| </html>
 |