This website requires JavaScript.
Explore
Help
Register
Sign In
tasiaiso
/
tildefriends
Watch
1
Star
0
Fork
0
You've already forked tildefriends
forked from
cory/tildefriends
Code
Issues
Pull Requests
Releases
Wiki
Activity
dc87c26b99
tildefriends
/
apps
/
welcome
/
app.js
5 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
A welcome app? git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4536 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-10-18 14:54:37 -04:00
async
function
main
(
)
{
await
app
.
setDocument
(
utf8Decode
(
getFile
(
'index.html'
)
)
)
;
}
Welcome updates. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4537 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-10-18 16:49:53 -04:00
main
(
)
;
Reference in New Issue
Copy Permalink