diff about.php @ 0:599d0315537d laserkard

[svn r1] initial import
author rlm
date Wed, 30 Dec 2009 02:01:25 -0500
parents
children 3298256dd459
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/about.php	Wed Dec 30 02:01:25 2009 -0500
     1.3 @@ -0,0 +1,14 @@
     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 +<?php include("top_menu.include"); ?> 
    1.14 +
    1.15 +
    1.16 +</body>
    1.17 +</html>