Mercurial > laserkard
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 kevin@laserkard.com <br>29 rlm@laserkard.com<br><br>31 832.638.1208<br><br>33 3 Ames Street #135<br>34 Cambridge, MA 0214235 </div>36 </div>40 </body>41 </html>