Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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();