docspell/website/site/templates/404.html

18 lines
351 B
HTML
Raw Normal View History

2022-01-27 19:23:15 +00:00
{% extends "base.html" %}
2020-07-27 20:13:22 +00:00
2022-01-27 19:23:15 +00:00
{% block title %}Not Found :({% endblock title %}
{% block sidebar %}
{% endblock sidebar %}
{% block rightToc %}
{% endblock rightToc %}
{% block mainContent %}
<div class="h-full flex flex-col justify-center items-center">
<h1><i class="fa fa-ghost"></i>
<h1> Not Found </h1>
</div>
{% endblock mainContent %}