Mercurial > hg > ugly-duckling
view src/index.html @ 2:628693abcbed
Bring in some global CSS to F up emulated shadow dom.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 25 Oct 2016 14:43:01 +0100 |
parents | 340ce94899fd |
children | b4a1e0a67389 |
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"> <link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.3/css/tachyons.min.css"/> </head> <body> <app-root>Loading...</app-root> </body> </html>