comparison index.html @ 0:c978fac38f18

Origination.
author Atul Varma <varmaa@toolness.com>
date Fri, 08 Feb 2008 20:33:37 +0000
parents
children 0a09525111a6
comparison
equal deleted inserted replaced
-1:000000000000 0:c978fac38f18
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6 <title>Atul's Map</title>
7 <base target="_blank" />
8 <link rel="stylesheet" type="text/css" href="map.css" />
9 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAzBIC_wxmje-aKLT3RzZx7BQqYoqieBGZ_GPQY-hbWWrY23D7qxTw2ek84-RtvWTLn318N3vg6dKmhg"
10 type="text/javascript"></script>
11 <script src="map.js" type="text/javascript"></script>
12 </head>
13 <body onload="load()" onunload="GUnload()">
14 <div id="quasimode"></div>
15 <div id="map"></div>
16 <div id="selection_info"></div>
17 </body>
18 </html>