forked from are0h/tapes
		
	
		
			
	
	
		
			18 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								include "parts/top.php"; ?>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								    <main>
							 | 
						||
| 
								 | 
							
								        <article class="splash-box">
							 | 
						||
| 
								 | 
							
								            <img class="logo-splash" src="assets/images/global/logo-primary.png" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            <h1>Uh Oh</h1>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            <p>
							 | 
						||
| 
								 | 
							
								                This ain't it. Go back!
							 | 
						||
| 
								 | 
							
								            </p>
							 | 
						||
| 
								 | 
							
								        </article>
							 | 
						||
| 
								 | 
							
								    </main>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <?php include "parts/bottom.php"; ?>
							 |