index.html
changeset 34 77b0440b8694
parent 33 390df693274d
child 35 f1731d31f41f
equal deleted inserted replaced
33:390df693274d 34:77b0440b8694
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     2 <html>
     2 <html>
     3 <head>
     3 <head>
     4 <title>Bid for ITP 2015</title>
     4 <title>Bid for ITP 2015</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     6 <style>
     6     <style type="text/css">
     7       #map_canvas {
     7       #map_canvas {
     8         width: 500px;
     8         width: 500px;
     9         height: 400px;
     9         height: 400px;
    10       }
    10       }
    11     </style>
    11     </style>
    27           title: 'Nanjing'
    27           title: 'Nanjing'
    28         });
    28         });
    29       }
    29       }
    30       google.maps.event.addDomListener(window, 'load', initialize);
    30       google.maps.event.addDomListener(window, 'load', initialize);
    31     </script>
    31     </script>
    32 <style>
    32 <style type="text/css">
    33   body { font-size: 14px;
    33   body { font-size: 14px;
    34          font-family: "trebuchet ms", helvetica, sans-serif; }
    34          font-family: "trebuchet ms", helvetica, sans-serif; }
    35 </style>
    35 </style>
    36 </head>
    36 </head>
    37 
    37