view index.php @ 25:b9a4988a22ed laserkard

[svn r26] initial live version of website completed. still have "selection" bug
author rlm
date Sun, 03 Jan 2010 22:26:26 -0500
parents 3298256dd459
children 36ec0abfe570
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.
20 <br>Everyone wants that next job, that next opportunity.
21 <br>They all look the same.
22 <br>Same suit, same hair, same business card.</p>
23 <p>But not you &mdash <br> Laserkard is a unique way to make an impact when it counts.</p>
24 </div>
26 </div>
30 <div id = "copyright">
31 &copy;2010 LaserKard LLC
32 </div>
35 </body>
36 </html>