Mercurial > laserkard
comparison not-used/about.html @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:599d0315537d |
---|---|
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> | |
9 | |
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> | |
19 | |
20 | |
21 | |
22 </body> | |
23 </html> |