Closes issues #22 & #26. Improves #23 but does not close it yet. Co-authored-by: fred.boniface <fred@fjla.uk> Reviewed-on: #32
		
			
				
	
	
		
			30 lines
		
	
	
		
			606 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			606 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <?php
 | |
|     include '../page-blocks/headers.php';
 | |
|     ?>
 | |
|     <title>Athena - Error 404</title>
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
| 
 | |
|     <!-- Main Content Begins -->
 | |
|     <?php include "../page-blocks/title-image.php";?>
 | |
| 
 | |
|     <h1>Oh no!  That page can't be found</h1>
 | |
| 
 | |
|       <p>
 | |
|         If you got here from a homescreen icon on your device, you will
 | |
|         need to remove and re-add the button due to major upgrades to
 | |
|         the Athena application
 | |
|       </p>
 | |
| 
 | |
|       <p><a class="actionbutton" href="/">Go back to the homepage</a></p>
 | |
| 
 | |
|       <h3>404 - Not Found</h3>
 | |
| 
 | |
|   </body>
 | |
| 
 | |
| </html>
 |