-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
79 lines (75 loc) · 3.75 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
<!DOCTYPE html>
<html>
<head>
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content=" - [email protected]" />
<meta name="Robots" content="index,follow" />
<link rel="stylesheet" href="htdocs/css/styles.css" type="text/css" />
<title>GST TRADING DMCC Co. | Services</title>
<script type="text/javascript" src="htdocs/js/jquery.js"></script>
<script type="text/javascript" src="htdocs/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="htdocs/js/SlideShow.js"></script>
<link rel="shortcut icon" href="htdocs/img/favicon.png" />
<script type="text/javascript" src="htdocs/js/google-analytics.js"></script>
</head>
<body onload="Slider()">
<!-- wrap starts here -->
<div id="wrap">
<div id="header">
<div id="header-content">
<a href="index.html" title="GST TRADING DMCC Co.">
<img src="htdocs/img/logo.png" alt="GST TRADING DMCC Co. logo" width="260" height="130"/></a>
<!-- Menu Tabs -->
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="services.html" id="current">Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contacts.html">Contact</a></li>
</ul>
</div>
</div>
<div class="headerphoto">
<div class="slider">
<img id="1" src="htdocs/img/1.png" border="0"/>
<img id="2" src="htdocs/img/2.png" border="0"/>
<img id="3" src="htdocs/img/3.png" border="0"/>
<img id="4" src="htdocs/img/4.png" border="0"/>
<img id="5" src="htdocs/img/5.png" border="0"/>
<img id="6" src="htdocs/img/6.png" border="0"/>
<img id="7" src="htdocs/img/7.png" border="0"/>
</div>
</div>
<div id="content-wrap"> <!-- content-wrap starts here -->
<div id="content">
<div id="main">
<div class="post">
<h1>Services For You</h1>
<ul>
<li>Information Technology services</li>
<li>Management Consultancy </li>
<li>Project Management </li>
<li>Construction Services </li>
<li>Construction Consultancy </li>
<li>Bank transactions services</li>
</ul>
</div>
</div>
</div>
</div><!-- content-wrap ends here -->
<!-- footer starts here -->
<div id="footer">
<div id="footer-content">
<div class="col2 float-right">
<p>
© copyright 2013 <strong>GST TRADING DMCC Co.</strong><br />
Valid <a href="http://jigsaw.w3.org/css-validator/check/referer"><strong>CSS</strong></a> | <a href="http://validator.w3.org/check/referer"><strong>XHTML</strong></a>
</p>
</div>
</div>
</div> <!-- footer ends here -->
</div><!-- wrap ends here -->
</body>
</html>