This website requires JavaScript.
Explore
Help
Register
Sign In
cory
/
tildefriends
Watch
4
Star
5
Fork
1
You've already forked tildefriends
Code
Issues
29
Pull Requests
1
Actions
Releases
26
Wiki
Activity
aa1ad0a080
tildefriends
/
apps
/
welcome
/
app.js
6 lines
94 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'
)
)
)
;
}
format/prettier
2024-04-13 20:07:39 -04:00
main
(
)
;
Reference in New Issue
Copy Permalink