Mercurial > hg > ugly-duckling
view src/index.html @ 1:44c99e3cb108
App skelton generated with angular-cli, as well as a few experiments (to be deleted).
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 25 Oct 2016 14:42:26 +0100 |
parents | 340ce94899fd |
children | 628693abcbed |
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>