view not-used/about.html @ 106:5b0753c6f34d laserkard tip

updated to newest compojure and a simpler syntax
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 20:22:58 -0400
parents 599d0315537d
children
line wrap: on
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <link rel="stylesheet" href="../main.css" type="text/css" media="screen" />
6 <title>Laser Kard</title>
7 </head>
8 <body>
10 <div class="topbar">
11 <div class="headlinks">
12 <ul>
13 <li><a href="./about.pl" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li>
14 <li><a href="./buy.pl" onmouseover="document.but.src='images/gr_sm.jpg'">Buy</a></li>
15 <li><a href="GHI" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li>
16 </ul>
17 </div>
18 </div>
22 </body>
23 </html>