forked from medhavi0407/Healthcare_management_system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatient.html
41 lines (39 loc) · 1.89 KB
/
patient.html
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="background-image:url('https://i.pinimg.com/originals/72/21/1d/72211d6b555afea993fd8ddc39bc2172.jpg');">
<h1 align="center"><b><u>APPOINTMENT BOOKING</u></b><br><br><img align="middle"
src="https://www.capoliticalreview.com/wp-content/uploads/2015/12/health_care.jpg" height="300"
width="300" border="5"></h1>
<form align="middle" action="appointmentdisp.html" target="_blank">
<h2>
<br>
<label>Enter patient name:</label>
<input type="text" id="My text" placeholder="Enter your name" height="500" width="800"><br>
<br>
<label>Enter patient phone number:</label>
<input type="text" id="My text" placeholder="1234567899" height="500" width="800"><br>
<br>
<label>Enter patient number:</label>
<input type="text" id="My text" placeholder="Enter patient number" height="500" width="800"><br>
<br>
<label>Enter mail id:</label>
<input type="email" id="My text" placeholder="[email protected]" height="500" width="800"><br>
<br>
<label>Enter date:</label>
<input type="date" id="My text" placeholder="27/10/2022" height="500" width="800"><br>
<br>
<button style="background-color: white" ;type="button" id="my button">LOGIN</button>
<input type="reset" style="background-color: white">
<p id="th"></p>
</h2>
<script src="javascript.js"></script>
<h3><a href="index.html">BACK TO MAIN PAGE</a></h3>
</form>
</div>
</body>