* Various typo and grammar corrections. * Use standard single and double quotes. * Opt for American English, like the rest of the text. * Read contributing guide before making PR and fix broken links there too ;-) * Fix broken links and favour HTTPS where possible.
		
			
				
	
	
		
			15 lines
		
	
	
		
			366 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			366 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
active_page: 404
 | 
						|
---
 | 
						|
 | 
						|
<div class="container text-center">
 | 
						|
  <h1>404</h1>
 | 
						|
  <p><strong>Page not found :(</strong></p>
 | 
						|
  <p>We're redirecting you to the home page in 5 seconds. If this doesn't work, <a href="{{ site.url }}">click here.</a></p>
 | 
						|
</div>
 | 
						|
 | 
						|
<script>
 | 
						|
  window.setTimeout(function(){ window.location = "{{ site.url }}"; },5000);
 | 
						|
</script>
 |