App

Bundles

Stats
BundleMinifiedGzipBrotli
index.js14.7 kB5.54 kB5.01 kB

Source

import { html, render } from "lit";

render(html` <div>Hello World!</div> `, document.getElementById("app"));