Mercurial > hg > ugly-duckling
view src/index.html @ 204:bdfd4b4b7130
Close over locally scoped variables for the HammerJS event handlers.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 24 Mar 2017 12:08:36 +0000 |
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>