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