mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
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. It this doesn't work, <a href="{{ site.url }}">click here.</a></p>
|
|
</div>
|
|
|
|
<script>
|
|
window.setTimeout(function(){ window.location = "{{ site.url }}"; },5000);
|
|
</script>
|