-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsitemap.html
92 lines (83 loc) · 3.68 KB
/
sitemap.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
87
88
89
90
91
92
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper"><!-- Start of wrapper div -->
<div id="header"><!-- Start of header div -->
<div id="search_form">
<form>
<input type="text" />
<input type="submit" value="Search"/>
</form>
</div>
<div id="company_name"> <!-- Start of company_name div -->
Ghoss
</div><!-- End of company_name div -->
</div><!-- End of header div -->
<div id="container"> <!-- Start of container div -->
<div id="center" class="column"> <!-- Start of center div -->
<div id="content_wrapper"><!-- Start of content_wrapper -->
</p>
<h5>Site Map</h5>
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley
of type and scrambled it to make a type specimen book. It has
survived not only five centuries, but also the leap into
electronic typesetting, remaining essentially unchanged.
It was popularised in the 1960s with the release of Letraset
sheets containing Lorem Ipsum passages, and more recently with
desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley
of type and scrambled it to make a type specimen book. It has
survived not only five centuries, but also the leap into
electronic typesetting, remaining essentially unchanged.
It was popularised in the 1960s with the release of Letraset
sheets containing Lorem Ipsum passages, and more recently with
desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</p>
</div> <!-- End of content_wrapper -->
</div> <!-- End of center div -->
<div id="left" class="column"> <!-- Start left div -->
<div id="left_menu"> <!-- Start left_menu div -->
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="aboutus.html" title="About Us">About Us</a></li>
<li><a href="profiles.html" title="Members Profiles">Profiles</a></li>
<li><a href="contactus.html" title="Contact Us">Contact Us</a></li>
</ul>
</div> <!-- End left_menu div -->
</div> <!-- End left div -->
<div id="right" class="column"> <!-- Start right div -->
<div id="right_side_bar"><!-- Start left_side_bar div -->
<div id="rates"><!-- Start rates div -->
<h3>Latest News</h3>
</div><!-- End rates div -->
</div> <!-- End left_side_bar div -->
</div> <!-- End right div -->
</div> <!-- End of container div -->
<div id="footer"><!-- Start of footer div -->
<ul>
<li>Copyright ©2009 Ghoss. All Right Reserved. |
<li><a href="index.html">Home |</a></li>
<li><a href="sitemap.html">Sitemap | </a></li>
<li><a href="contactus.html">Contact us</a></li>
</ul>
</div> <!-- End of footer div -->
</div><!-- End of wrapper div -->
</body>
</html>