view index.php @ 35:ae22c2d59891 laserkard

[svn r36] more work with kevin
author rlm
date Mon, 18 Jan 2010 15:31:33 -0500
parents 36ec0abfe570
children bb048e29406b
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 id = "hom">
12 <?php include("top_menu.include"); ?>
16 <div class="center">
17 <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
18 <div class="text">
19 <p>Competition is tough. <br>
20 Everyone wants that next job, that next opportunity.<br>
21 They all look the same. <br>
22 Same suit, same hair, same business card.
23 </p>
25 <p>
26 But not you. <br>
27 </p>
28 <p>
29 Laserkards &mdash; laser etched acrylic business cards<br>
30 Designed to make an impact.
31 </p>
34 </div>
36 </div>
40 <div id = "copyright">
41 &copy;2010 LaserKard LLC
42 </div>
45 </body>
46 </html>