mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-10-30 17:31:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| {{ define "main"}}
 | |
|     <div>
 | |
|         <h1>404 page not found.</h1>
 | |
|         <p><a href="/">Go Home</p>
 | |
|     </div>
 | |
| {{ end }}
 | |
| 
 |