17 lines
		
	
	
		
			440 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			440 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/php
 | 
						|
<?php
 | 
						|
	include "menu.php"
 | 
						|
?>
 | 
						|
		<div class="row" id="footer">
 | 
						|
			<div class="col-3"></div>
 | 
						|
			<h6 class="col-3 center">
 | 
						|
				<a href="https://github.com/Hyperling/www/blob/main/LICENSE" 
 | 
						|
					target="_blank" rel="noopener noreferrer"
 | 
						|
				>This website is free software! Click here to learn more.</a>
 | 
						|
			</h6>
 | 
						|
			<h6 class="col-3 center">
 | 
						|
				<a href="/sitemap/">Full Site Map</a>
 | 
						|
			</h6>
 | 
						|
			<div class="col-3"></div>
 | 
						|
		</div>
 |