This repository has been archived on 2024-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2018-10-23 18:10:38 +02:00
|
|
|
---
|
|
|
|
|
layout: default
|
2018-11-22 16:32:12 +01:00
|
|
|
active_page: 404
|
2018-10-23 18:10:38 +02:00
|
|
|
---
|
|
|
|
|
|
2018-11-18 23:26:13 +01:00
|
|
|
<div class="container text-center">
|
2018-10-23 18:10:38 +02:00
|
|
|
<h1>404</h1>
|
|
|
|
|
<p><strong>Page not found :(</strong></p>
|
2018-12-30 17:08:36 +01:00
|
|
|
<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>
|
2018-10-23 18:10:38 +02:00
|
|
|
</div>
|
2018-11-18 23:26:13 +01:00
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
window.setTimeout(function(){ window.location = "{{ site.url }}"; },5000);
|
|
|
|
|
</script>
|