-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
62 lines (53 loc) · 3.87 KB
/
service.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
<!DOCTYPE HTML>
<html>
<head>
<title>HMS | Contact us</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<!--start-wrap-->
<!--start-header-->
<div class="header">
<div class="wrap">
<!--start-logo-->
<div class="logo">
<a href="index.html" style="font-size: 30px;">LaminFlo</a>
</div>
<!--end-logo-->
<!--start-top-nav-->
<div class="top-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="service.html">services</a></li>
<li class="active"><a href="contact.php">contact</a></li>
</ul>
<hr>
<ul>
<li><a href="OT Laminar Hoods.html">OT Laminar Hoods</a></li>
<li><a href="Air Handling Unit.html">Air Handling Unit</a></li>
<li><a href="Hatchbox.html">Hatchbox</a></li>
<li><a href="Scrub Stations.html">Scrub Stations</a></li>
<li><a href="Hermetically Sealed Doors.html">Hermetically Sealed Doors</a></li>
<li><a href="Bio-safety Cabinets.html">Bio-safety Cabinets</a></li>
<li><a href="Sterile Lights.html">Sterile Lights</a></li>
<li><a href="Positive Pressure Module.html">Positive Pressure Module</a></li>
<li><a href="Garment Cabinet.html">Garment Cabinet</a></li>
<li><a href="Annual Maintenance Contract.html">Annual Maintenance Contract</a></li>
<li><a href="Air Handling Units (AHU), Laminar flow work stations.html">Air Handling Units (AHU), Laminar flow work stations</a></li>
<li><a href="HEPA filter Terminal Air Modules.html">HEPA filter Terminal Air Modules</a></li>
<li><a href="Periodically testing and Validation of clean rooms / Modular OT.html">Periodically testing and Validation of clean rooms / Modular OT</a></li>
</ul>
<hr>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="service.html">services</a></li>
<li><a href="contact.php">contact</a></li>
</ul>
</div>
<div class="clear"> </div>
</div>
</div>
<!--end-wrap-->
</body>
</html>