GitHub - CarlJamison/cosmic-air-host: Store entire html pages in a single url
Extracto
Store entire html pages in a single url. Contribute to CarlJamison/cosmic-air-host development by creating an account on GitHub.
Contenido
Compresses and creates a link for simple, self-contained html sites.
Imagine a scenario where you have a quick proof of concept or cool visual that you want to show to someone, but don't feel like hosting it anywhere. For example, something like this. You can use this project to create a link, where all the scripts and styling are stored in the url. In the above case, this would be result.
This is obviously only useful in specific limited scenarios. If the html is not self-contained, or references scripts, stylings, images, etc. that it can't access, than this won't work. If the html is too complex, than this will also not work. This is intended for small, quick projects where it might not make sense to host it anywhere.
Fuente: GitHub