A regular-ass webhoster?
You could use i.e. #GithubPages if you want to #FLOSS it and/or combine it with an #ImageHoster...
Some #VPS or #Webhosting at https://contabo.com may be an option.
More Computing Power for Less | Award-Winning Support from an Actual Person - not a Bot! | 8 Regions, 11 Locations | 99.996% Uptime Over the Last 12 Monthscontabo.com
Cloudflare pages is a (free?) thing, although max file size is 25MB and limited to 20000 files.
I tend to use AWS S3 for static stuff, its reasonably cheap but costs will rise with the data transfer.
It's a royal PITA to setup manually as there's certs, cloudfront, lambdas and S3, so I use this Terraform project which makes it fairly painless - https://github.com/marrold/aws-instant-website
Build a static website with Amazon S3 + Cloudfront (almost) instantly. - GitHub - marrold/aws-instant-website: Build a static website with Amazon S3 + Cloudfront (almost) instantly.GitHub
usually VPS providers just give you a fixed cap after which they throttle traffic - you pay upfront and if people visit too much it will just get throttled, no extra cost.
the caps are quite big too.
Sometimes you might want to use your own custom domain name instead of the rather generic ones provided by default for your S3 compatible Object Storage.docs.contabo.com
maybe GitHub Pages?