Created
October 3, 2011 01:13
-
-
Save SpencerCooley/1258229 to your computer and use it in GitHub Desktop.
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> | |
<title>Map Sandbox</title> | |
<meta charset="utf-8" /> | |
<!--linked the stylsheet--> | |
<link rel="stylesheet" type="text/css" href="style.css" /> | |
<!--included jquery from remote server--> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> | |
<!-- include the google maps api sensor => false--> | |
<script type="text/javascript" | |
src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> | |
<!--included js/map.js ; the file that has all of my maps javascript--> | |
<script type="text/javascript" src="js/map.js"></script> | |
</head> | |
<body> | |
<h1>Maps Sandbox!</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment