Skip to content

Commit

Permalink
- HTML page to go with test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tazle committed Apr 22, 2012
1 parent 636b345 commit 9c2d997
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test.html
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en" class="{% block pageclasses %}{% endblock pageclasses %}">
<head>
<meta charset="utf-8">
<title>Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?key=xxx&sensor=false"></script>

<script type="text/javascript"
src="test.js"></script>

</head>
<body>
Map:
<div id="map_canvas" style="width: 100%; height: 500px;"></div>
</body>
</html>

0 comments on commit 9c2d997

Please sign in to comment.