tildefriends/apps/welcome/app.js

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

5 lines
93 B
JavaScript
Raw Normal View History

async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
main();