- Major redesign of the site, got rid of the footer and "under construction".
- Made a bunch of under-the-hood improvements to text handling in TTMS-76, in particular Typewriter now has a logical model of "bangcode" for escapes, which I'll do even more with later. I've nearly decided that Typewriter is the editor for TTMS-76 BASIC, something like the NLS editor is in [The Mother of all Demos](https://youtu.be/yJDv-zdhzMY).

- The status bar shows the bangcode entered:

       ```
       T!LHIS!002C !LIS!002C !USPARTA!!
       ```

       produces:

       ```
       This, is, SPARTA!
       ```

- Obviously I still need line editing capabilities.