├── README.md
└── img
├── 1.PNG
└── 2.PNG
/README.md:
--------------------------------------------------------------------------------
1 | # Remove 000webhost branding
2 | A little trick for removing 000webhost branding without being a premium user.
3 |
4 | 000webhost branding:
5 |
6 |
7 |
8 | 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.
9 |
10 |
11 |
12 | ## Instructions
13 |
14 | In your HTML file:
15 |
16 | Replace this:
17 |
</body>
18 | </html>
19 |
20 | For this:
21 | <!--
22 | </body>
23 | </html>
24 | -->
25 |
26 |
27 | And that's all!
28 |
--------------------------------------------------------------------------------
/img/1.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/adamff-dev/Remove-000webhost-branding/5851e4564e15a977432d31ed0f0e8d058b1e46bb/img/1.PNG
--------------------------------------------------------------------------------
/img/2.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/adamff-dev/Remove-000webhost-branding/5851e4564e15a977432d31ed0f0e8d058b1e46bb/img/2.PNG
--------------------------------------------------------------------------------