tildefriends/apps/welcome/app.js

6 lines
94 B
JavaScript
Raw Normal View History

async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
2024-02-24 11:09:34 -05:00
main();