diff templates/contact.html @ 0:599d0315537d laserkard

[svn r1] initial import
author rlm
date Wed, 30 Dec 2009 02:01:25 -0500
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/templates/contact.html	Wed Dec 30 02:01:25 2009 -0500
     1.3 @@ -0,0 +1,42 @@
     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 +
    1.19 +<title>Contact</title>
    1.20 +
    1.21 +<script type="text/javascript" src="./buycode.js"></script>
    1.22 +
    1.23 +</head>
    1.24 +
    1.25 +<body>
    1.26 +
    1.27 +
    1.28 +
    1.29 +<?php include("./top_menu.html"); ?> 
    1.30 +
    1.31 +<div class="topbar">
    1.32 +<div class="headlinks">
    1.33 +	<ul>
    1.34 +		<li><a href="./about.pl" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li>
    1.35 +		<li><a href="./buy.pl" onmouseover="document.but.src='images/gr_sm.jpg'"><attn>Buy</attn></a></li>
    1.36 +
    1.37 +		<li><a href="./contact.html" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li>
    1.38 +	</ul>
    1.39 +</div>
    1.40 +</div>
    1.41 +
    1.42 +
    1.43 +</body>
    1.44 +</html>
    1.45 +