Mercurial > geoleap
view index.html @ 1:0a09525111a6
Added a readme.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 08 Feb 2008 23:23:15 -0600 |
parents | c978fac38f18 |
children |
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 GeoLeap Demo</title> <base target="_blank" /> <link rel="stylesheet" type="text/css" href="map.css" /> <script src="http://maps.google.com/maps?file=api&v=2&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="footer"><div id="quasimode"></div><a href="readme.html">Read more about this demo.</a></div> <div id="map"></div> <div id="selection_info"></div> </body> </html>