Files
open-wc/packages/building-utils/test-node/index-html/snapshots/create-index-html/module-systemjs.html
2020-10-25 08:46:32 +01:00

1 line
349 B
HTML

<html lang="en-GB"><head><title>My app</title><style>my-app{display:block}</style><link rel="preload" href="app.js" as="script"></head><body><h1><span>Hello world!</span></h1><my-app></my-app><script>!function(){"noModule"in HTMLScriptElement.prototype?window.__dynamicImport__("./app.js"):System.import("./legacy/app.js")}();</script></body></html>