forked from cory/tildefriends
Cory McWilliams
e785f7f10a
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4536 ed5197a5-7fde-0310-b194-c3ffbd925b24
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
async function main() {
|
|
await app.setDocument(utf8Decode(getFile('index.html')));
|
|
}
|
|
|
|
main();
|