334Digital / Cthulhu
This landing page uses the existing blood-and-parchment dossier stylesheet and adds a maintainable archive layer on top of it. It is meant for static hosting: links are explicit, filtering is client-side, and the page can scale from a single case file to a larger Mythos library without changing the overall visual language.
Featured File
The Crimson Ledger of Arkham
An Arkham inheritance case that spirals through a shuttered warehouse, a speakeasy serving Viper Wine, and a sub-cellar ritual aimed at unwinding reality in Yig’s favour. The module already contains dossier-friendly sections, hidden reveals, and compact stat blocks, which makes it a strong anchor item for the archive landing page.
Archive Index
This section is data-driven. Add, remove, or retag items in the JavaScript array near the foot of the page. Neocities will not give you automatic directory indexing in a controlled, styled way, so an explicit manifest is the clean static-site approach.
Maintenance Notes
For a larger archive, move the item array into a separate JSON file such as library.json and fetch it at load time. That keeps the index page stable while the archive grows. You can also split entries into categories such as adventures, handouts, maps, reference, and tools, then expose those as sidebar filters without changing the visual system.