Mercurial > laserkard
comparison index.php @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children | 839533015ed3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:599d0315537d |
---|---|
1 <!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</title> | |
7 </head> | |
8 <body> | |
9 | |
10 | |
11 | |
12 <?php include("top_menu.include"); ?> | |
13 | |
14 | |
15 | |
16 <div class="center"> | |
17 <a href="."><img src="./images/wt_sm.jpg" name="but" border="0"></a> | |
18 <div class="text"> | |
19 <p>Competition is tough. Everyone wants that next job, that next opportunity.<br> | |
20 Everyone looks the same. <br /> | |
21 Same suit, same hair, same business card.</p> | |
22 <p>But not you &mdash laserkard is a unique way to make an impact when it counts.</p> | |
23 </div> | |
24 | |
25 </div> | |
26 | |
27 | |
28 | |
29 </body> | |
30 </html> |