I'll echo:
- Github Pages<p>Also you can look at:
- <a href="https://neocities.org/" rel="nofollow">https://neocities.org/</a> is ad free and free<p>Then if you're willing to compromise a bit, these are easy and free:<p>- Wordpress if you want to post an article. It'll put spam on your page though.<p>- Google sites is a good wiki style solution for posting a few things up with a wysiwyg editor.<p>- If you don't want it to be an html page, there is also google docs and google drive so you can share an artifact.
Github pages is a great way to go, you basically push to a branch called "gh-pages" and a file in the root called CNAME with the domain and you're done.<p><a href="https://pages.github.com/" rel="nofollow">https://pages.github.com/</a>
You can do something with your own custom domain and dirt cheap rates with <a href="https://www.nearlyfreespeech.net/" rel="nofollow">https://www.nearlyfreespeech.net/</a><p>You can deposit some money and if it doesn't get used, it just stays in the account, rather than an automatic cost per month.
I haven't used this service in a VERY long time, but you can give NearlyFreeSpeech.NET a shot. They offer free hosting.
<a href="https://www.nearlyfreespeech.net" rel="nofollow">https://www.nearlyfreespeech.net</a>
I believe Github Pages is right for you. It is free.<p><a href="https://pages.github.com/" rel="nofollow">https://pages.github.com/</a>
My impression:<p>Free hosting: <a href="https://pages.github.com/" rel="nofollow">https://pages.github.com/</a> – currently using for a couple of sites and it works very<p>Paid hosting: <a href="https://divshot.com/" rel="nofollow">https://divshot.com/</a> – thinking of using for some sites – mainly because I can get https on a custom domain there, which I can't at GitHub Pages
Tumblr will probably work very well. HTML and CSS is fully customizable. You don't need to form your "theme" in a blogish fashion. Connecting a domain is free.
As others have mentioned AWS S3 is a good way to put a static page - not just a one-page website but everything that does not require a server side language - online. Additionally and IIRC without significantly increasing your bill you can put AWS CloudFront in front of your S3 bucket and you get a CDN nearly for free.
You can use Dropbox for hosting. If you have got a "public" folder, copy the HTML file into it and get a direct link.<p>or you can use some service like pancake (pancake.io, currently i am getting 503 error though, not sure whether it is permanently down), my.droppages(my.droppages.com) etc.
Honestly a push CDN zone like Cloudfront or <a href="https://www.keycdn.com/pricing" rel="nofollow">https://www.keycdn.com/pricing</a> is what I'd suggest. Its not <i>free</i> but its pretty close. $1/month unless its super busy.
Github pages are awesome, but I also encourage you to check out <a href="https://surge.sh/" rel="nofollow">https://surge.sh/</a>
Github pages works really well.<p>An example of a site running on it: <a href="http://arthur-osx.com/" rel="nofollow">http://arthur-osx.com/</a>