Mercurial > laserkard
view index.php @ 56:2ca94aa58033 laserkard
[svn r57] commiting before corrections with Kevin
author | rlm |
---|---|
date | Sat, 13 Mar 2010 22:30:59 -0500 |
parents | 41d66ff99136 |
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 — laser etched business cards,<br>31 Designed to make an impact.32 </p>34 </div>36 <br>37 <div class = "copyright">38 ©2010 LaserKard LLC39 </div>42 </body>43 </html>