blob: 672bb953d6cc27940c6e09cc5a0f9f31e000c7f7 [file] [log] [blame]
<!doctype html>
<script type=module>
(async () => {
let module = await import("./module-dynamic-import.mjs");
})();
</script>
Initial body contents