A welcome app?

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4536 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-10-18 18:54:37 +00:00
parent c3da10bef6
commit e785f7f10a
17 changed files with 407 additions and 1 deletions

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

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