privacyguides.org/404.html

14 lines
349 B
HTML
Raw Normal View History

2018-10-23 16:10:38 +00:00
---
layout: default
---
2018-11-18 22:26:13 +00:00
<div class="container text-center">
2018-10-23 16:10:38 +00:00
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
2018-11-18 22:26:13 +00:00
<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>
2018-10-23 16:10:38 +00:00
</div>
2018-11-18 22:26:13 +00:00
<script>
window.setTimeout(function(){ window.location = "{{ site.url }}"; },5000);
</script>