This website requires JavaScript.
Explore
Help
Register
Sign In
cory
/
tildefriends
Watch
5
Star
6
Fork
2
You've already forked tildefriends
Code
Issues
38
Pull Requests
Actions
Releases
33
Wiki
Activity
tildefriends
/
apps
/
intro
/
app.js
6 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
intro: Add an intro app that aims to ease in completely new users. Needs some clean-up and to be hooked into the flow. #19
2025-05-21 18:08:08 -04:00
async
function
main
(
)
{
await
app
.
setDocument
(
utf8Decode
(
getFile
(
'index.html'
)
)
)
;
}
update: CodeMirror.
2025-05-21 18:20:01 -04:00
main
(
)
;
Reference in New Issue
Copy Permalink