2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-07-03 12:20:46 +00:00
Files
_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
inventree-docs/_includes/overrides/404.html
Oliver Walters 3483c85380 Initial commit
- Copied from inventree.github.io
2020-09-21 22:19:42 +10:00

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 %}