If you're slightly technical that should be $1/year for hosting + $10 for domain name registration.
I don't know what the best way is now, but a few years ago I set up an s3 bucket that where I basically got charged nothing because the site was < 10mb, and I had that behind cloudflare's cdn which doesn't charge for bandwith. S3 lets you serve static files if the bucket name is the same as the domain name - so no webserver or anything needed.
I am pretty sure for a very small static site there's probably a handful of options that are basically free. One of gitpages, cloudflare pages, I think have free bandwith, not sure about vercel, or netlify.
The $50 is because I dont want to have to get a cheap vps and maintain everything. I want to be able to load up a custom theme in some CMS and give her the login credentials.
If you're slightly technical that should be $1/year for hosting + $10 for domain name registration.
I don't know what the best way is now, but a few years ago I set up an s3 bucket that where I basically got charged nothing because the site was < 10mb, and I had that behind cloudflare's cdn which doesn't charge for bandwith. S3 lets you serve static files if the bucket name is the same as the domain name - so no webserver or anything needed.
I am pretty sure for a very small static site there's probably a handful of options that are basically free. One of gitpages, cloudflare pages, I think have free bandwith, not sure about vercel, or netlify.