welcome: Let's try this without server-side JS.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m51s

This commit is contained in:
2025-07-16 17:57:15 -04:00
parent 5edfe732b1
commit 061e79c295
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
main();