tildefriends/apps/welcome/app.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
94 B
JavaScript
Raw Normal View History

async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
2024-04-13 20:07:39 -04:00
main();