Mercurial > laserkard
comparison templates/contact.html @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:599d0315537d |
---|---|
1 <html> | |
2 <head> | |
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
4 | |
5 | |
6 <STYLE TYPE="text/css" > | |
7 <!-- | |
8 @import url(./main.css); | |
9 @import url(./sexy.css); | |
10 DT { background: yellow; color: black } | |
11 --> | |
12 </STYLE> | |
13 | |
14 | |
15 | |
16 <title>Contact</title> | |
17 | |
18 <script type="text/javascript" src="./buycode.js"></script> | |
19 | |
20 </head> | |
21 | |
22 <body> | |
23 | |
24 | |
25 | |
26 <?php include("./top_menu.html"); ?> | |
27 | |
28 <div class="topbar"> | |
29 <div class="headlinks"> | |
30 <ul> | |
31 <li><a href="./about.pl" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li> | |
32 <li><a href="./buy.pl" onmouseover="document.but.src='images/gr_sm.jpg'"><attn>Buy</attn></a></li> | |
33 | |
34 <li><a href="./contact.html" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li> | |
35 </ul> | |
36 </div> | |
37 </div> | |
38 | |
39 | |
40 </body> | |
41 </html> | |
42 |