forked from cory/tildefriends
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:
5
apps/intro/app.js
Normal file
5
apps/intro/app.js
Normal file
@ -0,0 +1,5 @@
|
||||
async function main() {
|
||||
await app.setDocument(utf8Decode(getFile('index.html')));
|
||||
}
|
||||
|
||||
main();
|
Reference in New Issue
Block a user