privacyguides.org/404.html
Armando Lüscher f39b8d2a86 Proofing (#706)
* 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.
2018-12-30 17:08:36 +01:00

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>