Blogger Theme without contents & no default script

February 23, 2018 July 06, 2018
Blogger Templates can be very messed up with lots of code. If you are trying to create a Blogger Template from scratch, the first thing you need is a blank HTML page. Following code is Blogger theme without contents & no default script:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:css='false' b:defaultwidgetversion='2' b:js='false' b:layoutsVersion='3' b:responsive='true' b:templateUrl='indie.xml' b:templateVersion='1.3.0' b:version='2' class='v2' expr:dir='data:blog.languageDirection' expr:id='data:blog.pageType' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

  <head>
    <b:comment>
   <b:skin/>
    </b:comment>
  </head>

  <body>
    <b:comment>
   <b:section id='main'/>
    </b:comment>
  </body>
</html>

0 comments for Blogger Theme without contents & no default script