forked from GithubMirrors/cardconjurer
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			283 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			283 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php include('globalHTML/header.php'); ?>
 | |
| 	<title>Card Conjurer</title>
 | |
| 	<div class='layer center'>
 | |
| 		<h2>Welcome to Card Conjurer</h2>
 | |
| 	</div>
 | |
| 	<div class='layer center'>
 | |
| 		<h2>The home page is currently under construction...</h2>
 | |
| 	</div>
 | |
| <?php include('globalHTML/footer.php'); ?>
 | 
