intro: Add an intro app that aims to ease in completely new users. Needs some clean-up and to be hooked into the flow. #19

This commit is contained in:
2025-05-21 18:08:08 -04:00
parent 8a0e190a86
commit 5a1303149f
4 changed files with 503 additions and 0 deletions

5
apps/intro/app.js Normal file
View File

@ -0,0 +1,5 @@
async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
main();