You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
549 B

---
layout: default
title: Error 404
---
<div class="content-wrapper pt-5">
<section class="content">
<div class="error-page">
<h2 class="headline text-warning">404</h2>
<div class="error-content">
<h3><i class="fas fa-exclamation-triangle text-warning"></i> Oops! Page not found.</h3>
<p>
We could not find the page you were looking for.
Meanwhile, you may <a href="{% link index.md %}">return to index</a>.
</p>
</div>
</div>
</section>
</div>