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

1 line
350 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" crossorigin="anonymous"></head><body><h1><span>Hello world!</span></h1><my-app></my-app><script>"noModule"in HTMLScriptElement.prototype?window.importShim("./app.js"):System.import("./legacy/app.js")</script></body></html>