diff contact.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/contact.php	Wed Dec 30 02:01:25 2009 -0500
     1.3 @@ -0,0 +1,28 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     1.7 +
     1.8 +
     1.9 +<STYLE TYPE="text/css" >
    1.10 +<!--
    1.11 +  @import url(./main.css);
    1.12 +  @import url(./sexy.css);
    1.13 +  DT { background: yellow; color: black }
    1.14 +-->
    1.15 +</STYLE>
    1.16 +
    1.17 +
    1.18 +<title>Contact</title>
    1.19 +</head>
    1.20 +
    1.21 +<body>
    1.22 +
    1.23 +
    1.24 +
    1.25 +<?php include("./top_menu.include"); ?> 
    1.26 +
    1.27 +
    1.28 +
    1.29 +</body>
    1.30 +</html>
    1.31 +