mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 05:06:43 +00:00
7 lines
192 B
HTML
7 lines
192 B
HTML
{% extends "main.html" %}
|
|
{% block content %}
|
|
<h1>
|
|
<span class="twemoji">{% include ".icons/fontawesome/regular/sad-tear.svg" %}</span>
|
|
Uh oh - Page not found...
|
|
</h1>
|
|
{% endblock %} |