Skip to content

Instantly share code, notes, and snippets.

@srobbin
srobbin / gist:1098045
Created July 21, 2011 19:52 — forked from ChicagoMap/Fusion Table
Practice Fusion Table
<!DOCTYPE html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
#map_canvas { height: 100% }
</style>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
</head>