Mercurial > hg > ugly-duckling
view src/index.html @ 380:b81ed55fdee3
Basic notes component in place. Room for reducing dupe across these WaveComponent derived components, but will wait until all of them are implemented to see the common logic.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 31 May 2017 15:15:55 +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>