<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html lang='en' 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>
<title>document</title>
<b:skin>
<![CDATA[
/* Custom CSS code goes here... */ body { font-family: Open Sans
!important ; margin: 0; padding: 0; } .footer { background-color: #333;
color: #fff; text-align: center; padding: 1rem; margin-top: 20px; }
]]>
</b:skin>
</head>
<body>
<h2>hello!</h2>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no' />
<header>
<nav>Navigational Item here like menu.</nav>
</header>
<main>
<article>
<header>
<h1>Heading of the content</h1>
</header>
<h2>Add a subheading</h2>
</article>
</main>
<aside>
sidebar element goes here
</aside>
<footer>
footer section of the website
</footer>
</body>
</html>