Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
async function main() {
|
|
await app.setDocument(utf8Decode(getFile('index.html')));
|
|
}
|
|
|
|
main();
|