-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
62 lines (59 loc) · 1.84 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php
//php.......
?>
<html>
<head>
<title>Hospital Appointment System</title>
<link rel="stylesheet" type="text/css" href="../css/design.css">
<body>
<div class="head">
<ul>
<li><a class="icon" href="index.php">HOSPITAL APPOINTMENT SYSTEM</a></li>
<li><a class="SearchDoctor" href="../php/doctorList.php">Search Doctor</a></li>
<li><a class="TakeAppointment" href="../views/takeAppointment.html">Take Appointment</a></li>
<li><a class="TakeAppointment" href="../php/adminPanel.php">Admin Panel</a></li>
<li style="float:right; margin-right:15px; padding-top:5px;" ><img src="../images/medicallogo.png" height="60px" width="70px"></li>
</ul>
<p></p>
</div>
<div id="backimage">
<div id="upper"><p id="upper1">Your Health our Responsibility</p></div>
<div id="info">
<div id="about1"><p>"An Apple in a day keeps the doctor away"</p></div>
<div id="about2"><p>"Take care of your body. It's the only place you have to live."</p></div>
<div id="about3"><p>"He who has health and he who has hope, has everything."</p></div>
</div>
</div>
<hr >
<div id="bottom" >
<div id="parti1" >
<img src="../images/child.jpg" style="width:100%;padding-top:35px;">
<div id="child">
<p>Children's Specialist</p>
<hr>
</div>
</div>
<div id="parti2" >
<img src="../images/women.jpg" style="width:100%;padding-top:40px;">
<div id="women">
<p>Women's Specialist</p>
<hr>
</div>
</div>
<div id="parti3" >
<img src="../images/man.jpg" style="width:100%;padding-top:30px;">
<div id="man">
<p>..Men's Specialist..</p>
<hr>
</div>
</div>
</div>
<div id="bottom1" >
<center>
<p style="color:white;"> © Copyright 2016 by 4HorseMen. All right reserved.</p>
</center>
</div>
<!--<A HREF="javascript:window.print()">Click to Print This Page</A> -->
</body>
</head>
</html>