bg = "e2e8f0";
data = await FileAttachment("data.json").json();
dataString = JSON.stringify(data);
html`
<iframe
src=${`https://hwattez.github.io/mindmap/?embed=true&bg=${bg}&data=${encodeURIComponent(dataString)}`}
width="100%"
height="600"
style="
border: 1px solid #e2e8f0;
border-radius: 12px;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
"
allowfullscreen>
</iframe>
`