Created
August 5, 2011 15:47
-
-
Save maxstoller/1127811 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>foursquare :: Explore Sample</title> | |
<style type="text/css"> | |
html { height: 100%; } | |
body { height: 100%; margin: 0; padding: 0; } | |
</style> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript" src="/scripts/jquery.ba-bbq.js"></script> | |
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> | |
<script type="text/javascript"> | |
//<![CDATA[ | |
// JavaScript will go here. | |
//]]> | |
</script> | |
</head> | |
<body> | |
<div id="map_canvas" style="width: 100%; height: 100%;"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment