Vendored frontend assets
Third-party files that are served to the browser but cannot be fetched at startup any more.
stylize.css
stylize.css v1.0.0, MIT licensed, originally from
https://raw.githubusercontent.com/vasanthv/stylize.css/master/stylize.css
The upstream repository has been deleted from GitHub. The URL, and the
github.com/vasanthv/stylize.css page itself, both return 404.
This copy was recovered on 2026-08-24 from the whatcd-resolver process running
on haku, which had been started on 2026-08-11 — before the deletion — and still
held the file in memory. It is 5207 bytes and hashes to
sha384-EsaVGfq7QMIquv7LCLomD9pQFZbPh2fOY3gcgN9MW/AlV2aQk/miZ1/EbrcwMr67
which is exactly the integrityHash that was already recorded next to the URL
in src/WhatcdResolver.hs, so the file is the authentic, unmodified original.
Both implementations now read this file from disk instead of fetching it. Had that process been restarted before anyone noticed, the file would have been lost and neither implementation could have started, since a failed prefetch is fatal.
htmx and howler are still fetched at runtime; their URLs are alive.