Mercurial > laserkard
diff contact.php @ 28:5b5c03a850b9 laserkard
[svn r29] upgraded to work with Internet Explorer
author | rlm |
---|---|
date | Mon, 04 Jan 2010 21:12:22 -0500 |
parents | b9a4988a22ed |
children | e99fab9df7bb |
line wrap: on
line diff
1.1 --- a/contact.php Mon Jan 04 07:35:56 2010 -0500 1.2 +++ b/contact.php Mon Jan 04 21:12:22 2010 -0500 1.3 @@ -1,42 +1,54 @@ 1.4 -<html> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.7 <head> 1.8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.9 - 1.10 - 1.11 -<STYLE TYPE="text/css" > 1.12 -<!-- 1.13 - @import url(./main.css); 1.14 - @import url(./sexy.css); 1.15 - @import url(./contact.css); 1.16 - DT { background: yellow; color: black } 1.17 ---> 1.18 -</STYLE> 1.19 - 1.20 + 1.21 +<STYLE TYPE="text/css" > 1.22 +<!-- 1.23 + @import url(./main.css); 1.24 + @import url(./sexy.css); 1.25 + @import url(./contact.css); 1.26 + DT { background: yellow; color: black } 1.27 +--> 1.28 +</STYLE> 1.29 + 1.30 1.31 <title>Contact</title> 1.32 </head> 1.33 1.34 <body id = "contact"> 1.35 - 1.36 -<?php include("./top_menu.include"); ?> 1.37 - 1.38 - 1.39 -<div id = "whole"> 1.40 -<div id = "pokedex"> 1.41 -Feel free to contact us with any comments or ideas.<br><br> 1.42 - 1.43 -kevin@laserkard.com <br> 1.44 -rlm@laserkard.com<br><br> 1.45 - 1.46 -832.638.1208<br><br> 1.47 - 1.48 -3 Ames Street #135<br> 1.49 -Cambridge, MA 02142 1.50 -</div> 1.51 -</div> 1.52 - 1.53 - 1.54 - 1.55 -</body> 1.56 + 1.57 + 1.58 + 1.59 + 1.60 + 1.61 + 1.62 + 1.63 +<?php include("./top_menu.include"); ?> 1.64 + 1.65 + 1.66 + 1.67 +<div class = "whole"> 1.68 + 1.69 +<div id = "pokedex"> 1.70 + 1.71 +Feel free to contact us with any comments or ideas.<br><br> 1.72 + 1.73 +kevin@laserkard.com <br> 1.74 +rlm@laserkard.com<br><br> 1.75 + 1.76 +832.638.1208<br><br> 1.77 + 1.78 +3 Ames Street #135<br> 1.79 +Cambridge, MA 02142 1.80 +</div> 1.81 + 1.82 +</div> 1.83 + 1.84 + 1.85 +<div id = "garbage"> </div> 1.86 + 1.87 + 1.88 +</body> 1.89 </html> 1.90 - 1.91 +