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

50 lines
1.1 KiB
HTML

<!DOCTYPE html>
{% load static %}
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>LazyCoder || sumit</title>
<style media="screen">
.jumbotron {
margin-top: 0px;
margin-bottom: 0px;
}
.jumbotron h1 {
text-align: center;
}
.alert {
margin: 0px;
}
</style>
<title>sumit</title>
</head>
<body>
{% include "hospital/navbar.html" %}
<br><br>
<center>
<h3 class='alert alert-success' style="margin-bottom:0px;">About Us !</h3>
</center>
<div class="jumbotron" style="margin-bottom: 0px;margin-top: 0px;">
<h1 class="display-4">Hello</h1>
<p class="lead">A service dedicated to Hospital Admin, Doctor and Patient.</p>
<hr class="my-4">
<p>Explore our Website.</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="/" role="button">HOME</a>
</p>
</div>
{% include "hospital/footer.html" %}
</body>
<!--
developed By : sumit kumar
facebook : fb.com/sumit.luv
youtube : youtube.com/lazycoders
-->
</html>