annotate menu.html @ 3:3f6b44aa6b35
judyates
[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author |
rlm |
date |
Mon, 22 Feb 2010 08:02:39 -0500 |
parents |
670229c4eb4b |
children |
b6ba604307fc |
rev |
line source |
rlm@2
|
1
|
rlm@2
|
2 <div class = "menu">
|
rlm@2
|
3 <ul class = "menu">
|
rlm@2
|
4 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li>
|
rlm@2
|
5 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li>
|
rlm@3
|
6 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li>
|
rlm@2
|
7 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li>
|
rlm@2
|
8 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li>
|
rlm@2
|
9 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li>
|
rlm@2
|
10 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li>
|
rlm@2
|
11 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li>
|
rlm@3
|
12 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
|
rlm@2
|
13
|
rlm@2
|
14 </ul>
|
rlm@2
|
15 </div>
|
rlm@2
|
16
|