annotate about.php @ 22:3298256dd459
laserkard
[svn r23] did much cosmetic work.
author |
rlm |
date |
Sun, 03 Jan 2010 03:36:21 -0500 |
parents |
599d0315537d |
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 = "about">
|
rlm@0
|
9
|
rlm@0
|
10 <?php include("top_menu.include"); ?>
|
rlm@0
|
11
|
rlm@0
|
12
|
rlm@0
|
13 </body>
|
rlm@0
|
14 </html>
|