forked from cory/tildefriends
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
|
async function main() {
|
||
|
await app.setDocument(utf8Decode(getFile('index.html')));
|
||
|
}
|
||
|
|
||
|
main();
|