6 lines
94 B
JavaScript
Raw Normal View History

async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
2025-05-21 18:20:01 -04:00
main();