---
layout: nil
title: Error 404 This is not a page
description: The page you are looking for has moved to the darknet.
image: /assets/img/Chain_1.png
permalink: /404.html
---

<!DOCTYPE html>
<!--
  Based on _Story_ by html5up.net | @ajlkn
  Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  Remixed and Jekyllified by Setto
-->
<html lang="en">
<head>
{% include seo.html %}

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="/assets/css/main20200710.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript20200710.css" /></noscript>
</head>

<body id="body">
  <span id="top" style="display: none;"></span>
  <!-- Wrapper -->
  <div id="wrapper" class="divided">
    




<!-- Banner -->
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:100vh;">

  <div class="content editable">
    <h1 class="editable">{{ page.title }}</h1>
    <p>{{ page.description }}</p>
    <ul class="actions stacked">
      <li><a href="/" class="button big wide">Take me back!</a></li>
    </ul>
  </div>

  <div class="image">
    <img src="{{ page.image }}" alt="unfound page" />
  </div>
</section>

<!-- Footer -->
<footer id="footer" class="wrapper style1 align-center">
  <div class="footflex">
    <div>
      <h4>{{ site.title }}</h4>
      <p>{{ site.description }}

    </p></div>
    <div>
      <ul>

        <li><a href="{{ relBase }}/">{{ site.data.translations[page.lang].home }}</a></li>

        {% for entry in site.data.navigation %}
        <li><a href="{{ entry.url }}">{{ entry.name }}</a></li>
        {% endfor %}
      </ul>
    </div>
    <div><img src="{{ site.logo }}" style="max-width:300px" /></div>
  </div>
  <div class="inner">

    <p>&copy;2020 Basspistol | <a href="/webcreds/">Credits</a> | <a href="/cookies/">Cookies & Privacy</a></p>
  </div>
</footer>
</div>

{% include navigation.html %}

<!-- Scripts -->

<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/jquery.scrollex.min.js"></script>
<script src="/assets/js/jquery.scrolly.min.js"></script>
<script src="/assets/js/browser.min.js"></script>
<script src="/assets/js/breakpoints.min.js"></script>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/set.js"></script>

{% include cookie-consent.html %}

</body>
</html>