6 lines
94 B
JavaScript
Raw Normal View History

async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
2024-02-22 15:36:45 +01:00
main();