Mercurial > laserkard
diff index.php @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children | 839533015ed3 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/index.php Wed Dec 30 02:01:25 2009 -0500 1.3 @@ -0,0 +1,30 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 +<head> 1.7 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.8 +<link rel="stylesheet" href="main.css" type="text/css" media="screen" /> 1.9 +<title>Laser Kard</title> 1.10 +</head> 1.11 +<body> 1.12 + 1.13 + 1.14 + 1.15 +<?php include("top_menu.include"); ?> 1.16 + 1.17 + 1.18 + 1.19 +<div class="center"> 1.20 + <a href="."><img src="./images/wt_sm.jpg" name="but" border="0"></a> 1.21 +<div class="text"> 1.22 + <p>Competition is tough. Everyone wants that next job, that next opportunity.<br> 1.23 + Everyone looks the same. <br /> 1.24 + Same suit, same hair, same business card.</p> 1.25 + <p>But not you &mdash laserkard is a unique way to make an impact when it counts.</p> 1.26 +</div> 1.27 + 1.28 +</div> 1.29 + 1.30 + 1.31 + 1.32 +</body> 1.33 +</html>