-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
42 lines (31 loc) · 1.32 KB
/
index.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Rowe</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcssV3.css" type="text/css" media="screen" />
</head>
<body>
<a href="index.htm">ONE</a> ONE is terrible
<a href="index02.htm">TWO</a> |
<a href="index03.htm">THREE</a>
<div id="container">
<div id="header"><h1>ROWE</h1></div>
<ul id="nav">
<li><a class="location" href="index.htm">Home</a></li>
<li><a href="bio.htm">About</a></li>
<li><a href="index.htm">Press</a>
<li><a href="contact.htm">Contact</a></li>
</ul>
<div id="content">
<img src="images/roweFashion.jpg" alt="An example of the fashion at Rowe" />
<div id="words">
<p>Discovering fashion for your lifestyle does not always come easy.</p>
<p>We each have our own unique style. Whether you don't have the time or you may have yet to discover it, ROWE can assist you in enhancing or finding your own signature style.</p>
<p>It is our pleasure to begin this venture with you. There is no fashion question to large or too small. Thank you for considering ROWE for all the fashion needs your lifestyle deserves.</p>
</div><!--words-->
</div><!--content-->
</div><!--container-->
</body>
</html>