Mercurial > laserkard
view contact.php @ 78:4ebd94bfecda laserkard
moved css files to own directory; deleted USELESS files
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 22 Jul 2010 09:56:12 -0400 |
parents | 3e5dd5e3566d |
children |
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(./css/main.css);9 @import url(./css/old_sexy.css);10 @import url(./css/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 <h1>Contact Us!</h1>43 Feel free to contact us with any comments or ideas.<br><br>45 kevin@laserkard.com <br>46 rlm@laserkard.com<br><br>48 832.638.1208<br><br>50 3 Ames Street #135<br>51 Cambridge, MA 0214252 <br>54 <p>55 For custom requests, please don't hesitate to contact us.56 </p>60 </div>62 </div>65 <div id = "garbage"> </div>68 </body>69 </html>