TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

[Show HN] Fastest way to temporarily host a single static HTML file

2 点作者 bnkamalesh超过 4 年前

1 comment

bnkamalesh超过 4 年前
If you&#x27;ve tried hosting a simple HTML file, be it for sharing with someone or just for the kicks. You know it&#x27;s a time consuming task. There are some solutions out there but requires registration, or is just tedious and some are on the way of becoming a great experience but not yet there. At least for me, none of the existing solutions worked, and I had a very specific usecase as well!<p>So I was out setting up custom error pages on Cloudflare. If you&#x27;ve used their service and have setup custom erorr pages, you know they require a URL where your template is hosted, and won&#x27;t accept the HTML as is. And that&#x27;s where my journey started, after searching around and trying to use some of the services, finally I hosted it as a Github page. For me it turned out to be a time consuming endeavour and I didn&#x27;t think it was worth it, and thus HTMLHost.live!<p>You can find the source code at <a href="https:&#x2F;&#x2F;github.com&#x2F;bnkamalesh&#x2F;htmlhost&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bnkamalesh&#x2F;htmlhost&#x2F;</a>