Mercurial > hg > ugly-duckling
view src/index.html @ 433:48904aa87ba3
Rudimentary mechanism for loading remote plugins, with a loading spinner. Also small clean up for stuff left over from the md-select stuff.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 07 Jun 2017 14:51:30 +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>