Created
June 9, 2011 10:14
-
-
Save feedhenry-gists/1016466 to your computer and use it in GitHub Desktop.
Mapping Example HTML5 Version
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
<!-- 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