Mercurial > laserkard
view contact.php @ 36:bb048e29406b laserkard
[svn r37] added FAQ
author | rlm |
---|---|
date | Mon, 18 Jan 2010 15:52:33 -0500 |
parents | ae22c2d59891 |
children | b2a11435a89b |
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>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 kevin@laserkard.com <br>38 rlm@laserkard.com<br><br>40 832.638.1208<br><br>42 3 Ames Street #135<br>43 Cambridge, MA 0214244 <br>46 <p>47 For custom requests, please feel free to contact us.48 </p>52 </div>54 </div>57 <div id = "garbage"> </div>60 </body>61 </html>