| <html> | |
| <head> | |
| <title>rules_nodejs webapp example</title> | |
| <link rel="icon" href="/favicon.png"> | |
| </head> | |
| <!-- TODO: figure out how diff. loading interacts with | |
| https://www.npmjs.com/package/rollup-plugin-bundle-html --> | |
| <script type="module" src="/app_chunks.min/index.js"></script> | |
| <script nomodule="" src="/app_chunks_es5.min/index.js"></script> | |
| </html> |