comparison 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
comparison
equal deleted inserted replaced
27:36ec0abfe570 28:5b5c03a850b9
1 <html> 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">
2 <head> 3 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4
5 5
6 <STYLE TYPE="text/css" > 6 <STYLE TYPE="text/css" >
7 <!-- 7 <!--
8 @import url(./main.css); 8 @import url(./main.css);
9 @import url(./sexy.css); 9 @import url(./sexy.css);
16 <title>Contact</title> 16 <title>Contact</title>
17 </head> 17 </head>
18 18
19 <body id = "contact"> 19 <body id = "contact">
20 20
21
22
23
24
25
26
21 <?php include("./top_menu.include"); ?> 27 <?php include("./top_menu.include"); ?>
22 28
23 29
24 <div id = "whole"> 30
31 <div class = "whole">
32
25 <div id = "pokedex"> 33 <div id = "pokedex">
34
26 Feel free to contact us with any comments or ideas.<br><br> 35 Feel free to contact us with any comments or ideas.<br><br>
27 36
28 &#107;&#101;&#118;&#105;&#110;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109; <br> 37 &#107;&#101;&#118;&#105;&#110;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109; <br>
29 &#114;&#108;&#109;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109;<br><br> 38 &#114;&#108;&#109;&#64;&#108;&#97;&#115;&#101;&#114;&#107;&#97;&#114;&#100;&#46;&#99;&#111;&#109;<br><br>
30 39
31 &#56;&#51;&#50;&#46;&#54;&#51;&#56;&#46;&#49;&#50;&#48;&#56;<br><br> 40 &#56;&#51;&#50;&#46;&#54;&#51;&#56;&#46;&#49;&#50;&#48;&#56;<br><br>
32 41
33 3 Ames Street #135<br> 42 3 Ames Street #135<br>
34 Cambridge, MA 02142 43 Cambridge, MA 02142
35 </div> 44 </div>
45
36 </div> 46 </div>
37 47
48
49 <div id = "garbage"> &nbsp; </div>
38 50
39 51
40 </body> 52 </body>
41 </html> 53 </html>
42 54