mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-07-03 12:20:46 +00:00
_includes
overrides
404.html
config.yaml
docker-compose.yml
gunicorn.conf.py
img.html
docs
.gitignore
LICENSE
README.md
mkdocs.yml
readthedocs.yml
requirements.txt
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 %} |