A little trick for removing 000webhost branding without being a premium user.
000webhost branding:
As you can see, you need to be a premium user in order to disable the branding, but with this little trick you can do it being a free user.
In your HTML file:
Replace this:
</body>
</html>
For this:
<!--
</body>
</html>
-->
And that's all!