18 lines
		
	
	
	
		
			401 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			401 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| layout: home.njk
 | |
| permalink: 404.html
 | |
| title: 404 Content Not Found
 | |
| eleventyExcludeFromCollections: true
 | |
| ---
 | |
| Go <a href="/">home</a>.
 | |
| 
 | |
| <!--
 | |
| 
 | |
| Read more: https://www.11ty.dev/docs/quicktips/not-found/
 | |
| 
 | |
| This will work for both GitHub pages and Netlify:
 | |
| 
 | |
| * https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/
 | |
| * https://www.netlify.com/docs/redirects/#custom-404
 | |
| 
 | |
| -->
 |