Initial commit

This commit is contained in:
2026-01-16 09:26:04 +08:00
parent 00a3d3cdcb
commit f98b896d51
104 changed files with 8425 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
{% extends 'hospital/homebase.html' %}
<!--
developed By : sumit kumar
facebook : fb.com/sumit.luv
youtube : youtube.com/lazycoders
-->
{% block content %}
<br>
<br>
<div class="jumbotron" style="margin-bottom:0px;">
<h1 class="display-4" style="text-align:center;">Hello, Admin</h1>
<p class="lead">Welcome to Hospital Management System.</p>
<hr class="my-4">
<p>You can access various features after Login/SignUp.</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="/adminsignup" role="button">SignUp</a>
<a class="btn btn-primary btn-lg" href="/adminlogin" role="button">Login</a>
</p>
</div>
{% endblock content %}