blogger html base

·

1 min read

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html lang='en-US' 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' xmlns:og='http://ogp.me/ns#'>
<!--
    xmlns:b &#8211; &#8216;b&#8217; specifies that this namespace is used to access the blogger elements.
    xmlns:data &#8211; It is used to specify that from where the data of the blog comes.
    xmlns:expr &#8211; Calculates the expression for attributes.
-->
<head>
        <b:include data='blog' name='all-head-content'/>
        <title>
            <data:blog.pageTitle/>
        </title>
        <meta content='width=device-width, initial-scale=1' name='viewport'/>

        <b:skin><![CDATA[

            /* Custom CSS code goes here... */

        ]]></b:skin>
    </head>
    <body>
      <h2>hello word!</h2>
      <b:section class='header' id='header' maxwidgets='1' showaddelement='no'/>
    </body>
    </html>