| 
									
										
										
										
											2021-06-14 19:35:02 -04:00
										 |  |  | {% extends 'pageWrapper.html' %} | 
					
						
							|  |  |  | {% import "macros.html" as macros %} | 
					
						
							| 
									
										
										
										
											2025-04-08 23:46:46 -05:00
										 |  |  | {% set show_footer = True %} | 
					
						
							| 
									
										
										
										
											2021-06-14 19:35:02 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block head %} | 
					
						
							|  |  |  |     <title>Page Not Found (404)</title> | 
					
						
							|  |  |  |     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/404.css") }}" /> | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  |     {% include 'header/oceanHeader.html' %} | 
					
						
							|  |  |  |     <div id="page-not-found" class="grass-island"> | 
					
						
							|  |  |  |         <h1>This page is out of logic!</h1> | 
					
						
							|  |  |  |         The page you're looking for doesn't exist.<br /> | 
					
						
							|  |  |  |         <a href="/">Click here to return to safety.</a> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | {% endblock %} |