2020-05-22 23:34:32 +02:00
|
|
|
---
|
|
|
|
permalink: /404.html
|
2020-06-17 22:57:15 +02:00
|
|
|
layout: 404
|
2020-05-22 23:34:32 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<style type="text/css" media="screen">
|
|
|
|
.container {
|
|
|
|
margin: 10px auto;
|
2020-06-17 23:12:37 +02:00
|
|
|
width: 100%;
|
2020-05-22 23:34:32 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
margin: 30px 0;
|
|
|
|
font-size: 4em;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
2020-06-17 23:12:37 +02:00
|
|
|
img {
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
2020-05-22 23:34:32 +02:00
|
|
|
</style>
|
|
|
|
|
2020-06-17 22:57:15 +02:00
|
|
|
<section class="bg-dark text-white">
|
|
|
|
<div class="container">
|
|
|
|
<img src="img/404.png" alt="404 Tape">
|
2020-05-22 23:34:32 +02:00
|
|
|
|
2020-06-17 22:57:15 +02:00
|
|
|
<p><strong>Page not found :(</strong></p>
|
|
|
|
<p>The requested page could not be found.</p>
|
2020-06-17 23:12:37 +02:00
|
|
|
<a href="guides"><svg class="bi bi-arrow-left-circle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.646 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L6.207 7.5H11a.5.5 0 0 1 0 1H6.207l2.147 2.146z"/>
|
|
|
|
</svg> Back to Docs
|
|
|
|
</a>
|
2020-06-17 22:57:15 +02:00
|
|
|
</div>
|
|
|
|
</section>
|