Serving my own damn files
I am rethinking my original plan for the Picky Picky Game, which was to store
resoures in files as often as possible. For example,
index.html is a static file (not dynamically
generated every time someone visits it). This requires that
when something happens that means index.html should
change, this file has to be updated.