14 lines
		
	
	
		
			243 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			243 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
require "header.php";
 | 
						|
 | 
						|
includeHTMLHeader();
 | 
						|
 | 
						|
?>
 | 
						|
<!-- insert the page content here -->
 | 
						|
<h1>Scale Models</h1>
 | 
						|
<p> This is where the page to talk about observations (and maybe rant a bit) goes.</p>
 | 
						|
<?php
 | 
						|
 | 
						|
includeHTMLFooter();
 |