Edit core/templates/core/index.html via Editor

This commit is contained in:
admin 2025-11-24 13:37:47 +00:00
parent 2c76b3f0b2
commit b14e258fd1

View File

@ -2,7 +2,7 @@
{% load static %}
{% block title %}
!!!Inventory Dashboard!!!
Inventory Dashboard
{% endblock title %}
{% block content %}
@ -15,7 +15,7 @@
</div>
<section class="hero text-center mb-5">
<div class="container">
<h1 class="display-4 fw-bold">Inventory Dashboard</h1>
<h1 class="display-4 fw-bold">!!!Inventory Dashboard!!!</h1>
<p class="lead col-lg-8 mx-auto">
A modern dashboard to monitor products, stock levels, and adjustments.
</p>