view index.html @ 0:c978fac38f18

Origination.
author Atul Varma <varmaa@toolness.com>
date Fri, 08 Feb 2008 20:33:37 +0000
parents
children 0a09525111a6
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Atul's Map</title>
    <base target="_blank" />
    <link rel="stylesheet" type="text/css" href="map.css" />
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAzBIC_wxmje-aKLT3RzZx7BQqYoqieBGZ_GPQY-hbWWrY23D7qxTw2ek84-RtvWTLn318N3vg6dKmhg"
      type="text/javascript"></script>
    <script src="map.js" type="text/javascript"></script>
  </head>
  <body onload="load()" onunload="GUnload()">
    <div id="quasimode"></div>
    <div id="map"></div>
    <div id="selection_info"></div>
  </body>
</html>