Skip to content

Instantly share code, notes, and snippets.

@davidhaynz
Created July 23, 2017 23:41
Show Gist options
  • Save davidhaynz/8eb39fed86e44991cdf349bd2fef9c44 to your computer and use it in GitHub Desktop.
Save davidhaynz/8eb39fed86e44991cdf349bd2fef9c44 to your computer and use it in GitHub Desktop.
A "hello world" Blogger gadget (test)
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="hello world example" />
<Content type="html">
<![CDATA[
Hello, world!
]]>
</Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment