aboutsummaryrefslogtreecommitdiffstats
path: root/errors/404.html
blob: 1b3a8b5e34775f3d56c0932d8c90dc934fb5220b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: welcome
sitemap: false
permalink: /error/404.html
---

<div id="error-container" class="container d-flex h-100">
    <div id="error-text" class="justify-content-center align-self-center">
        <h1><i class="fa fa-exclamation-triangle"></i></h1>
        <h1>Error: 404</h1>
        <h3>Page not found!</h3>
        <p>Im sorry but the page you are looking for can not be found at this time.</p>
    </div>
</div>