Mercurial > laserkard
comparison contact.php @ 25:b9a4988a22ed laserkard
[svn r26] initial live version of website completed. still have "selection" bug
author | rlm |
---|---|
date | Sun, 03 Jan 2010 22:26:26 -0500 |
parents | 3298256dd459 |
children | 5b5c03a850b9 |
comparison
equal
deleted
inserted
replaced
24:2979a76e3fdf | 25:b9a4988a22ed |
---|---|
5 | 5 |
6 <STYLE TYPE="text/css" > | 6 <STYLE TYPE="text/css" > |
7 <!-- | 7 <!-- |
8 @import url(./main.css); | 8 @import url(./main.css); |
9 @import url(./sexy.css); | 9 @import url(./sexy.css); |
10 @import url(./contact.css); | |
10 DT { background: yellow; color: black } | 11 DT { background: yellow; color: black } |
11 --> | 12 --> |
12 </STYLE> | 13 </STYLE> |
13 | 14 |
14 | 15 |
15 <title>Contact</title> | 16 <title>Contact</title> |
16 </head> | 17 </head> |
17 | 18 |
18 <body id = "contact"> | 19 <body id = "contact"> |
19 | 20 |
21 <?php include("./top_menu.include"); ?> | |
20 | 22 |
21 | 23 |
22 <?php include("./top_menu.include"); ?> | 24 <div id = "whole"> |
25 <div id = "pokedex"> | |
26 Feel free to contact us with any comments or ideas.<br><br> | |
27 | |
28 kevin@laserkard.com <br> | |
29 rlm@laserkard.com<br><br> | |
30 | |
31 832.638.1208<br><br> | |
32 | |
33 3 Ames Street #135<br> | |
34 Cambridge, MA 02142 | |
35 </div> | |
36 </div> | |
23 | 37 |
24 | 38 |
25 | 39 |
26 </body> | 40 </body> |
27 </html> | 41 </html> |