PIXEL FACE - Vendas (BP) Htmt Braip

Conversão Google

RASTREAMENTO HOTMART

Zero theme


The simplest way to create your theme from scratch, using only HTML, CSS, and JavaScript.



-------
To create a basic HTML page, we use the following code:

<html>
    <head>
        <title></title>
    </head>
    <body>
        CONTENT HERE ...
    </body>
</html>
-------



PBut, if we try to add this code to Blogger, it gives an error, and we cannot save it.

Thinking about this, I created the Zero theme ... 

In other words: The bare minimum code for Blogger to function.

Upon installing this theme, you will have a blank screen where you can create your own theme from scratch.

You will be able to create your own HTML code.


ATTENTION:
Blogger does not support other languages such as PHP, Python, Ruby, Java, etc...
You can only use HTML, CSS and JavaScript.