2025-05-21 18:08:19 -04:00

5 lines
93 B
JavaScript

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