view 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
line wrap: on
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <STYLE TYPE="text/css" >
7 <!--
8 @import url(./main.css);
9 @import url(./sexy.css);
10 @import url(./contact.css);
11 DT { background: yellow; color: black }
12 -->
13 </STYLE>
16 <title>Contact</title>
17 </head>
19 <body id = "contact">
21 <?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>
28 &#107;&#101;&#118;&#105;&#110;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109; <br>
29 &#114;&#108;&#109;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109;<br><br>
31 &#56;&#51;&#50;&#46;&#54;&#51;&#56;&#46;&#49;&#50;&#48;&#56;<br><br>
33 3 Ames Street #135<br>
34 Cambridge, MA 02142
35 </div>
36 </div>
40 </body>
41 </html>