Mercurial > laserkard
view index.php @ 57:8324f195ef36 laserkard
[svn r58] implemented various changes
author | rlm |
---|---|
date | Sun, 14 Mar 2010 00:32:38 -0500 |
parents | 41d66ff99136 |
children | 9d156039944e |
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 <div class = "stupid_fuck">18 <a href="./buy.pl" class="behind" ><img src="./images/Homepage.jpg" name="but" border="0"></a>19 </div>20 </div>23 <div class="text_center">24 <div class="stupid_fuck2">25 <p>Competition is tough. <br>26 Everyone wants that next job, that next opportunity.<br>27 They all look the same. <br>28 Same suit, same hair, same business card.29 </p>31 <p> But not you. <br> </p>32 <p>33 Laserkards — laser etched business cards,<br>34 Designed to make an impact.35 </p>37 <br>38 <div class = "copyright">39 ©2010 LaserKard LLC40 </div>41 </div>42 </div>47 </body>48 </html>