-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicerd.html
69 lines (67 loc) · 3.44 KB
/
servicerd.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Dr Singh's Dental Clinic | Services Offered</title>
<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>Regular Dental Checkups</h2>
<p>Even though many of us might think that our teeth are in good shape, regular visits to the family dentist are very important. Regular care and prevention of diseases in the mouth are the best possible care you can give your teeth. Tackling problems early on will save a lot of bother in the long run – it might save your tooth from an extraction or root canal therapy. It is important to visit your dentist at least once, but ideally twice, a year to get your teeth checked and cleaned.
Some non-dental conditions have symptoms that appear in the mouth. A dental examination can reveal signs of vitamin and iron deficiencies, osteoporosis, or more serious conditions such as diabetes, cancer, HIV and glandular fever, to name but a few..</p>
</div>
<div>
<h2>Remember, Dental checkup is not expensive but neglect is.</h2>
</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>