-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (51 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
65 lines (51 loc) · 1.65 KB
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
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DOCTORMENT!</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<div>
<strong>
<a target="_blank"> My Appointments </a>
<a target="_blank"> Help </a>
<a target="_blank" href="/login.html"> Login </a>
<select id="language">
<option value="EN"> English </option>
<option value="KA"> Kannada </option>
<option value="HI"> Hindi </option>
<option value="FR"> FRENCH </option>
</select>
<a target="_blank" href="https://maps.app.goo.gl/4HDrxjRKvi6iWfdJA">
<img src="/images/maps.webp" alt="#" title="Find clinic" id="maps-id">
</a>
</div>
</strong>
</nav>
<section id="search-section">
<div>
<img src="/images/doctorment-removebg-preview.png" id = "logo">
</div>
<div id="booking-text">
<h1>DOCTORMENT</h1>
</div>
<div id="subheading">
<h2>Book your appointment in 2 mins!!</h2>
</div>
<form id="search-box">
<div>
<img src="/images/search.png" id="lens-id">
</div>
<input type="text" id="text-box" placeholder="Search for Doctors, Specialization etc">
<input type="submit" value="Search" id="submit-box" title="Begin searching!">
</form>
</section>
<section id="useless-content">
</section>
<footer>
</footer>
</body>
</html>