You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inventory-app/templates/reports.html

11 lines
264 B

{% extends "main.html" %} {% block title %} Reports {% endblock %} {% block
content %}
<div class="relative h-auto mx-auto max-w-[68.75rem] w-[95vw] px-4 py-4">
<h1 class="text-4xl font-extrabold uppercase">Reports (Coming soon)</h1>
</div>
{% endblock %}

Powered by TurnKey Linux.