annotate menu.html @ 15:b6ba604307fc
judyates
[svn r16] changed the menus to a parenthesized form. Final tests for live site completed.
author |
rlm |
date |
Mon, 12 Apr 2010 05:20:34 -0400 |
parents |
3f6b44aa6b35 |
children |
|
rev |
line source |
rlm@2
|
1
|
rlm@2
|
2 <div class = "menu">
|
rlm@2
|
3 <ul class = "menu">
|
rlm@15
|
4
|
rlm@15
|
5 <li class = "menu"><a class = "menu" href = "index.html">( Home</a></li>
|
rlm@15
|
6 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html">Judy Yates</a></li>
|
rlm@15
|
7 <li class = "menu"><a class = "menu" href = "Contact.html">Contact )</a></li>
|
rlm@15
|
8 <li class = "menu"> <a class = "menu" href = "hto.html">( Custom Art</a></li>
|
rlm@3
|
9 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li>
|
rlm@15
|
10 <li class = "menu"><a class = "menu" href = "photos.html">Photos )</a></li>
|
rlm@15
|
11 <li class = "menu"><a class = "menu" href = "gallery1.html">( Gallery</a></li>
|
rlm@15
|
12 <li class = "menu"><a class = "menu" href = "pets1.html">Pets )</a></li>
|
rlm@2
|
13 </ul>
|
rlm@2
|
14 </div>
|
rlm@2
|
15
|