update login page
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m1s

This commit is contained in:
ismail 2026-05-12 00:40:09 +03:00
parent b5335bc9bc
commit 4a139a0fa3

View File

@ -24,7 +24,7 @@
<img src="{% static 'img/hh-logo.png' %}" alt="HH Logo" class="h-20 w-auto mx-auto bg-white/90 backdrop-blur-sm p-2 rounded-2xl inline-block"> <img src="{% static 'img/hh-logo.png' %}" alt="HH Logo" class="h-20 w-auto mx-auto bg-white/90 backdrop-blur-sm p-2 rounded-2xl inline-block">
</div> </div>
<h1 class="text-2xl font-bold mb-2">{% trans "Welcome to PX360" %}</h1> <h1 class="text-2xl font-bold mb-2">{% trans "Welcome to PX360" %}</h1>
<p class="text-navy text-sm">{% trans "Patient Experience Management System" %}</p> <p class="text-navy text-sm">{% trans "Alhammadi Patient Experience Management System" %}</p>
</div> </div>
<!-- Body --> <!-- Body -->