Files @ 2df0dc79ce76
Branch filter:

Location: light9/light9/web/timeline/index.html - annotation

Drew Perttula
modernize polymer on index page. move live and timeline to subdirs
Ignore-this: 99a836d91ddbc8117abbe04788772409
<!doctype html>
<html>
  <head>
    <title>timeline</title>
    <meta charset="utf-8" />
    <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script>
    <link rel="import" href="timeline-elements.html"
  </head>
  <body>
    <light9-timeline-editor style="width: 100%; height: 600px">
    </light9-timeline-editor>
  </body>
</html>