Files: e077e8e4d717d2c79b41f7287c20906ac86841db / app / assets / index.html
277 bytesRaw
1 | |
2 | <html lang="en"> |
3 | <head> |
4 | <meta charset="utf-8" /> |
5 | <title>Production TodoMVC</title> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | </head> |
8 | <body> |
9 | <main></main> |
10 | <script src="bundle.js"></script> |
11 | </body> |
12 | </html> |
13 |
Built with git-ssb-web