Mercurial > laserkard
comparison about.php @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children | 3298256dd459 |
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 <?php include("top_menu.include"); ?> | |
11 | |
12 | |
13 </body> | |
14 </html> |