This website requires JavaScript.
Explore
Help
Register
Sign In
interfect
/
tildefriends
Watch
1
Star
0
Fork
0
You've already forked tildefriends
forked from
cory/tildefriends
Code
Pull Requests
Activity
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 18:54:37 +00:00
async
function
main
(
)
{
await
app
.
setDocument
(
utf8Decode
(
getFile
(
'index.html'
)
)
)
;
}
Revert "build: Add prettier to the project" This reverts commit 41024ddb7961b04a5688bbc997cb74de6fab4763.
2024-02-23 10:35:39 +01:00
main
(
)
;
Copy Permalink