| OLD | NEW |
| (Empty) |
| 1 <!-- Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | |
| 2 for details. All rights reserved. Use of this source code is governed by a | |
| 3 BSD-style license that can be found in the LICENSE file. --> | |
| 4 | |
| 5 <!DOCTYPE html> | |
| 6 <html> | |
| 7 <head> | |
| 8 <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | |
| 9 <meta charset="utf-8"> | |
| 10 <title>Google Maps JavaScript API v3 Example: Marker Simple</title> | |
| 11 <link href="https://google-developers.appspot.com/maps/documentation/javascr
ipt/examples/default.css" rel="stylesheet"> | |
| 12 </head> | |
| 13 <body> | |
| 14 <div id="map_canvas"></div> | |
| 15 | |
| 16 <script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> | |
| 17 <script type="application/dart" src="marker_simple.dart"></script> | |
| 18 <script src="packages/browser/dart.js"></script> | |
| 19 <script src="packages/browser/interop.js"></script> | |
| 20 </body> | |
| 21 </html> | |
| OLD | NEW |