Commit Graph

6 Commits (9a545b22ada8d0813a4cdbaadc6a58b1e8e9f5ce)

Author SHA1 Message Date
BodgeMaster 9a545b22ad index: add a comma
This is the end of my spam for today, I promise. I’m going to sleep now.
2023-10-09 00:22:32 +02:00
BodgeMaster 1735f7c5e7 index: Make a better version of what I just did 2023-10-09 00:21:10 +02:00
BodgeMaster 43e79d9cd5 index: Add a little bit of context on the landing page. 2023-10-09 00:07:37 +02:00
BodgeMaster 9d2b65bbb0 Add copyright notice to all pages 2023-10-07 21:52:51 +02:00
BodgeMaster c173c1c49a ToC: add a link to notes 2023-10-03 20:08:16 +02:00
BodgeMaster 6a2f7e3d34 replace index.php with index.html
The index doesn’t have to be a PHP file since there is no need to
generate the list of chapters anew every time the ToC is opened.

Instead, the list of chapters is generated once, ahead of time, and
saved to the index.html.

As an added bonus, this allows the ToC to be generated and used
as a local file.
2023-10-03 19:10:54 +02:00