annotate index.php @ 24:2979a76e3fdf
laserkard
[svn r25] meeting with kevin
author |
rlm |
date |
Sun, 03 Jan 2010 21:11:16 -0500 |
parents |
3298256dd459 |
children |
b9a4988a22ed |
rev |
line source |
rlm@0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
rlm@0
|
2 <html xmlns="http://www.w3.org/1999/xhtml">
|
rlm@0
|
3 <head>
|
rlm@0
|
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
rlm@0
|
5 <link rel="stylesheet" href="main.css" type="text/css" media="screen" />
|
rlm@0
|
6 <title>Laser Kard</title>
|
rlm@0
|
7 </head>
|
rlm@22
|
8 <body id = "hom">
|
rlm@0
|
9
|
rlm@0
|
10
|
rlm@0
|
11
|
rlm@0
|
12 <?php include("top_menu.include"); ?>
|
rlm@0
|
13
|
rlm@0
|
14
|
rlm@0
|
15
|
rlm@0
|
16 <div class="center">
|
rlm@18
|
17 <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
|
rlm@0
|
18 <div class="text">
|
rlm@16
|
19 <p>Competition is tough.
|
rlm@16
|
20 <br>Everyone wants that next job, that next opportunity.
|
rlm@16
|
21 <br>They all look the same.
|
rlm@16
|
22 <br>Same suit, same hair, same business card.</p>
|
rlm@16
|
23 <p>But not you &mdash <br> Laserkard is a unique way to make an impact when it counts.</p>
|
rlm@0
|
24 </div>
|
rlm@0
|
25
|
rlm@0
|
26 </div>
|
rlm@0
|
27
|
rlm@0
|
28
|
rlm@0
|
29
|
rlm@0
|
30 </body>
|
rlm@0
|
31 </html>
|