Mercurial > laserkard
view index.php @ 53:4349f0c7c4c0 laserkard
[svn r54] put up new front page picture
author | rlm |
---|---|
date | Wed, 17 Feb 2010 02:12:47 -0500 |
parents | 95fa4bcc5d67 |
children | 41d66ff99136 |
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>29 But not you. <br>30 </p>31 <p>32 Laserkards — laser etched business cards,<br>33 Designed to make an impact.34 </p>38 </div>44 <div id = "copyright">45 ©2010 LaserKard LLC46 </div>49 </body>50 </html>