working on droplet, adding app components
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user