Mercurial > laserkard
view index.php @ 51:95fa4bcc5d67 laserkard
[svn r52] implemented SVG backend
author | rlm |
---|---|
date | Wed, 03 Feb 2010 03:14:09 -0500 |
parents | 1b5417799713 |
children | 4349f0c7c4c0 |
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 <title>Laser Kard | Home</title>7 </head>8 <body id = "hom">12 <?php include("top_menu.include"); ?>15 <div class = "slogan">17 <a href = "./buy.pl">Create Your Impact.</a>19 </div>21 <div class="center">22 <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>23 <div class="text">27 <p>Competition is tough. <br>28 Everyone wants that next job, that next opportunity.<br>29 They all look the same. <br>30 Same suit, same hair, same business card.31 </p>33 <p>34 But not you. <br>35 </p>36 <p>37 Laserkards — laser etched business cards,<br>38 Designed to make an impact.39 </p>43 </div>45 </div>49 <div id = "copyright">50 ©2010 LaserKard LLC51 </div>54 </body>55 </html>