Mercurial > hg > ugly-duckling
view src/index.html @ 10:0b24b8ae62f8
Get some wave-ui layers rendering inside the waveform component, a real shame about the global scope of the waves-ui library currently.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 27 Oct 2016 08:20:49 +0100 |
parents | 5c0d37379879 |
children | 53ea6406d601 |
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> <app-root>Loading...</app-root> </body> </html>