-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
86 lines (86 loc) · 4.16 KB
/
services.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<title>Dr Singh's Dental Clinic | Services Offered</title>
<meta name="keywords" content="dentist, good dentist, dentist delhi, cheap good dentist, dentist south delhi">
<meta charset="utf-8" name="Perfect 32 Dental Care" content="dentist delhi">
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
</head>
<body>
<div id="header">
<div id="logo" style="position:relative;">
<a href="index.html"><img class="bottom"src="images/newlogo.png" style="position:absolute; bottom:0; "height="100px" width="350px"alt="" /></a>
</div>
<div id="logo1" style="position:relative;">
<a href="index.html"><img src="images/new_logo.jpg" style="position:absolute; bottom:0;" height="100px" width="350px"alt="" /></a>
</div>
<ul>
<li><a href="index.html"><span>home</span></a></li>
<li class="selected"><a href="services.html"><span>services</span></a></li>
<li><a href="test2.php"><span>testimonials</span></a></li>
<li><a href="contact.html"><span>contact us</span></a></li>
</ul>
</div>
<div id="body">
<div class="services">
<h1>services</h1>
<div>
<h2>We offer a range of services at our high quality facilities. Please click on the links below to know more about the treatments.</h2>
</div>
<div>
<ul>
<li><a href ="servicerc1.html" >Root Canal Treatment</a></li>
<li><a href ="servicerd.html" >Regular Dental Checup</a></li>
<li><a href ="servicetw.html" >Teeth Whitening</a></li>
<li><a href ="servicebr.html" >Bridges</a></li>
<li><a href ="serviceor.html" >Wires and Braces</a></li>
</ul>
<ul>
<li><a href ="serviceim.html" >Implants</a></li>
<li><a href ="servicetr.html" >Tooth Removal - pain-free</a></li>
<li><a href ="servicesp.html" >Scaling and Polishing</a></li>
<li><a href ="servicedt.html" >Dentures - Partial/Full</a></li>
</ul>
<ul>
<li><a href ="servicetc.html" >Tooth Colored Fillings</a></li>
<li><a href ="servicevn.html" >Veneers</a></li>
<li><a href ="servicemc.html" >Metal-free Crowns</a></li>
<li><a href ="servicewr.html" >Wisdom Tooth Removal</a></li>
</ul>
</div>
<div>
</div>
</div>
</div>
<div id="footer">
<div>
<div>
<h3>Netaji Nagar</h3>
<ul>
<li>+91-9711928585 mobile</li>
<li>011-26118002 clinic</li>
</ul>
</div>
<div>
<h3>Kalkaji</h3>
<ul>
<li>+91-9711928585 mobile</li>
<li>011-26118002 clinic</li>
</ul>
</div>
<div>
<ul>
<li>Click <a href="Perfect32_Brochure.pdf"><span>here</span></a> to Download our Brochure</li>
</ul>
</div>
<div>
<h3>follow us on facebook:</h3>
<a class="facebook" href="https://www.facebook.com/perfect32dentalcarenetajinagar" target="_blank">facebook</a>
</div>
</div>
<div>
<p>© Copyright 2014. All rights reserved</p>
</div>
</div>
</body>
</html>