Skip to content

Instantly share code, notes, and snippets.

@zkreations
Created October 19, 2016 18:06
Show Gist options
  • Save zkreations/b6015aae3108f0ea5c41ceb14f3ccf05 to your computer and use it in GitHub Desktop.
Save zkreations/b6015aae3108f0ea5c41ceb14f3ccf05 to your computer and use it in GitHub Desktop.
Plantilla Básica de blogger
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html lang='es'>
<head>
<title>Hola mundo</title>
<b:skin>
<![CDATA[
]]>
</b:skin>
</head>
<body>
<b:section id='Blog'>
<b:widget id='Blog1' type='Blog'>
<b:includable id='main' var='top'>
</b:includable>
</b:widget>
</b:section>
</body>
</html>
@ImanCol
Copy link

ImanCol commented May 4, 2017

Excelente

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment