Blame view

bower_components/google-map/index.html 483 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
  <!doctype html>
  <!-- Copyright (c) 2014 Google Inc. All rights reserved. -->
  <html>
  <head>
  
    <script src="../webcomponentsjs/webcomponents-lite.js"></script>
    <link rel="import" href="../iron-component-page/iron-component-page.html">
  
  </head>
  <body>
c5169e0e   Renato De Donato   a new hope
11
12
  <!-- FIXME rename sources to src,no multiple sources in iron-component-page yet-->
    <iron-component-page sources='["google-map.html", "google-map-directions.html", "google-map-search.html"]'></iron-component-page>
73bcce88   luigser   COMPONENTS
13
14
  </body>
  </html>