Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 9, 2011 10:14
Show Gist options
  • Save feedhenry-gists/1016466 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1016466 to your computer and use it in GitHub Desktop.
Mapping Example HTML5 Version
<!-- Styles -->
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<div id="main">
<div id="header">
<h1 id="header_title">Mapping Example</h1>
</div>
<div id="content">
<input type="button" value="Show Placemarks" onclick="map.show();">
<div id="maps_div"></div>
</div>
</div>
<!-- Scripts -->
<script type="text/javascript" src="script/map.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment