Create Your Own Blank Blog
The following code is to be copied, pasted and saved by clicking on Theme, clicking on Edit HTML=======================================================================
<?xml version="1.0" encoding="UTF-8" ?>
<html 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>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[
/*
-----------------------------------------------
Blogger Template Style
Name: Kishan Dafda
Designer: Kishan Dafda
URL: kishandafda.blogspot.com
-----------------------------------------------
*/
Blogger Template Style
-----------------------------------------------
// Add below the design or CSS here
// Add to the design or CSS here
]]></b:skin>
</head>
<body>
<!-- Have a b: section as follows -->
<b:section class='main' id='main' showaddelement='yes'/>
<!-- start..any text can be written down -->
<!-- End .. Anything can be written on the text -->
</body>
</html>
===================================================================





