24 lines
365 B
HTML
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>
|