@virtualstate/examples
Version:
9 lines • 372 B
JavaScript
import { h, createFragment } from "@virtualstate/fringe";
export const _H1001_HTML = (h(createFragment, null,
h("head", null,
h("title", null, "My Website"),
h("meta", { name: "test", value: "value" })),
h("body", null,
h("main", { class: "main" }, "Example!"))));
export const _H1001_URL = import.meta.url;
//# sourceMappingURL=html.js.map