working on droplet, adding app components

This commit is contained in:
Sam
2026-03-10 21:15:47 +00:00
parent fc81da9743
commit 4d2c515b7d
10 changed files with 303 additions and 18 deletions

View File

@@ -33,6 +33,16 @@ class AppWindow extends Shadow {
case "Settings":
Settings()
break;
default:
this.innerHTML = `
<iframe
src="/apps/parchment"
sandbox="allow-scripts allow-same-origin allow-forms"
width="100%"
height="100%"
>
</iframe>
`
}
})
.overflow("scroll")