Created
December 14, 2013 22:21
-
-
Save desireesantos/7965700 to your computer and use it in GitHub Desktop.
Index.html
This file contains hidden or 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> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<link rel="stylesheet" type="text/css" href="/css/style.css"> | |
<script type="text/javascript" | |
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDJQ59nuKUo1aSnhH0EV_UyJZSu0t3XU-4&sensor=true"> | |
</script> | |
<script type="text/javascript" src="/js/map.js"></script> | |
</head> | |
<body> | |
<div id="panel"> | |
<input id="address" type="textbox" placeholder="Rio de Janeiro,RJ"> | |
<input type="submit" value="Go" onclick="goToAddress()" size="30"> | |
</div> | |
<div id="map-canvas"/> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment