view 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
line wrap: on
line source

2 <div class = "menu">
3 <ul class = "menu">
4 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li>
5 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li>
6 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li>
7 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li>
8 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li>
9 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li>
10 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li>
11 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li>
12 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
14 </ul>
15 </div>