Skip to content

Instantly share code, notes, and snippets.

@desireesantos
Created December 14, 2013 22:21
Show Gist options
  • Save desireesantos/7965700 to your computer and use it in GitHub Desktop.
Save desireesantos/7965700 to your computer and use it in GitHub Desktop.
Index.html
<!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