« get me outta code hell

scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
path: root/index.js
AgeCommit message (Collapse)Author
2018-11-14Set HTTP status codes on 404, etcFlorrie
2018-11-14Break up a particularly long line of codeFlorrie
Just cleanup!
2018-11-14"return page()" instead of "await page(); return"Florrie
No need for the await when we always do return immediately after anyway.
2018-11-14Remix listsFlorrie
2018-11-14Do cleaner, slightly less regex-y URL handlingFlorrie
2018-11-14Author/remix infoFlorrie
2018-11-14Move download link below instructions/N&CFlorrie
Just an experiment. I wonder if this will make it easier to pay attention to the instructions / notes and credits.
2018-11-14User project listFlorrie
2018-11-14Link to own profile page in headerFlorrie
2018-11-14Initial commitFlorrie