<?xml version="1.0" encoding="UTF-8" ?>
<b:template xmlns='http://www.google.com/ns/blogger/2008'>
<b:includable id='main'>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog de Notícias</title>
<b:skin>
<![CDATA[
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
header h1 {
margin: 0;
font-size: 2.5rem;
}
.content {
margin: 20px auto;
max-width: 800px;
background-color: #fff;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
]]>
</b:skin>
</head>
<body>
<header>
<h1>Blog de Notícias</h1>
</header>
<div class="content">
<b:section id="main-content" class="blogger-section" showaddelement="yes">
<b:widget id="Blog1" type="Blog" title="Postagens Recentes" />
</b:section>
</div>
</body>
</html>
</b:includable>
</b:template>






