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