-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_new.html
52 lines (52 loc) · 1.7 KB
/
index_new.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Organic Web Design</title>
<link href="stylesheets/common_new.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="containertop"></div>
<!-- Header -->
<h1><a href="#" title="Landscaping Website Design">Mini-Album</a></h1>
<hr />
<div id="navigation_wrapper">
<!-- Top Navigation -->
<ul id="navigation">
<li><a href="login.html" title="Login">Login</a></li>
</ul>
<!-- Search Field -->
<fieldset id="search_wrapper">
<form action="#">
<input type="text" value="Search" class="search" name="search" />
<input type="submit" value="Search" class="hide" />
</form>
</fieldset>
</div>
<!-- Services List -->
<div id="services">
<h2>Services<span></span></h2>
<div id="servicescontent">
<ul class="serviceslist">
<li><a href="organise.html" title="Organise images">organise images</a></li>
<li><a href="feedback.html" title="Help us improve the services">Feed back</a></li>
</ul>
</div>
<span class="bottom_rounded"></span><span class="bottom_pic"></span>
<hr />
</div>
</div>
<!-- Footer -->
<div id="footer_wrapper">
<div id="footer">
<div class="logo"><a href="feeds.xml" title="Mini Applications"></a><span></span></div>
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="about.html" title="About">About</a></li>
<li><a href="contact.html" title="Contact">Contact</a></li>
</ul>
</div>
</div>
</body>
</html>