you wouldnt download a website

this website is downloadable. each page has a minimal inline css, so all you need is the html file itself. there is an external stylesheet too, for additional (but less important) rules.

this website is printable! i think. i hope? i made sure that the inline css was as black-on-white as possible, with no grey / black backgrounds or colorful text. I also strip the navbar / footer using a media query.

getting this website:

you can also get a single webpage with curl:

curl https://tilde.green/curl-me.html

or the whole site with wget:

wget -r -np -k https://tilde.green/~knit/

modified: 2024-05-06 // curl me~