view index.php @ 55:41d66ff99136 laserkard

[svn r56] FINALLY got that damn copyright working
author rlm
date Wed, 17 Feb 2010 02:26:33 -0500
parents 4349f0c7c4c0
children 8324f195ef36
line wrap: on
line source
1 -resize <!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 <link rel="stylesheet" href="front_page.css" type="text/css" media="screen" />
7 <title>Laser Kard | Home</title>
8 </head>
9 <body id = "hom">
13 <?php include("top_menu.include"); ?>
16 <div class="img_center">
17 <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
18 </div>
21 <div class="text_center">
22 <p>Competition is tough. <br>
23 Everyone wants that next job, that next opportunity.<br>
24 They all look the same. <br>
25 Same suit, same hair, same business card.
26 </p>
28 <p> But not you. <br> </p>
29 <p>
30 Laserkards &mdash; laser etched business cards,<br>
31 Designed to make an impact.
32 </p>
34 </div>
36 <br>
37 <div class = "copyright">
38 &copy;2010 LaserKard LLC
39 </div>
42 </body>
43 </html>