Mercurial > laserkard
view contact.php @ 32:0deeb2d5d1db laserkard
[svn r33] modifications with Kevin on jan 18.
author | rlm |
---|---|
date | Mon, 18 Jan 2010 00:19:17 -0500 |
parents | 5b5c03a850b9 |
children | e99fab9df7bb |
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(./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 </div>46 </div>49 <div id = "garbage"> </div>52 </body>53 </html>