Initial commit
This commit is contained in:
23
hospitalmanagement/templates/hospital/homebase.html
Normal file
23
hospitalmanagement/templates/hospital/homebase.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user