view contact.php @ 48:b2a11435a89b laserkard

[svn r49] implemented resizing text :)
author rlm
date Sun, 31 Jan 2010 20:26:16 -0500
parents ae22c2d59891
children 1b5417799713
line wrap: on
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <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(./old_sexy.css);
10 @import url(./contact.css);
11 DT { background: yellow; color: black }
12 -->
13 </STYLE>
16 <title>Laser Kard | Contact</title>
17 </head>
19 <body id = "contact">
27 <?php include("./top_menu.include"); ?>
31 <div class = "whole">
33 <div id = "pokedex">
35 Feel free to contact us with any comments or ideas.<br><br>
37 &#107;&#101;&#118;&#105;&#110;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109; <br>
38 &#114;&#108;&#109;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109;<br><br>
40 &#56;&#51;&#50;&#46;&#54;&#51;&#56;&#46;&#49;&#50;&#48;&#56;<br><br>
42 3 Ames Street #135<br>
43 Cambridge, MA 02142
44 <br>
46 <p>
47 For custom requests, please feel free to contact us.
48 </p>
52 </div>
54 </div>
57 <div id = "garbage"> &nbsp; </div>
60 </body>
61 </html>