Files
2026-01-16 09:26:04 +08:00

24 lines
365 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>LazyCoder || sumit</title>
</head>
<body>
{% include "hospital/navbar.html" %}
{%block content%}
{%endblock content%}
{% include "hospital/footer.html" %}
</body>
<!--
developed By : sumit kumar
facebook : fb.com/sumit.luv
youtube : youtube.com/lazycoders
-->
</html>