view src/index.html @ 270:2e30a02b57ca

Merge pull request #29 from piper-audio/fix/error-when-no-extractor-selected Helper method for accessing current item from MdSelect
author Lucas Thompson <LucasThompson@users.noreply.github.com>
date Tue, 02 May 2017 15:19:07 +0100
parents 53ea6406d601
children
line wrap: on
line source
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>UglyDuckling</title>
  <base href="/">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
  <ugly-root>Loading...</ugly-root>
</body>
</html>