Created
October 19, 2016 18:06
-
-
Save zkreations/b6015aae3108f0ea5c41ceb14f3ccf05 to your computer and use it in GitHub Desktop.
Plantilla Básica de blogger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excelente