Created
October 12, 2010 14:08
-
-
Save groupdock/622219 to your computer and use it in GitHub Desktop.
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"?> | |
<Module> | |
<ModulePrefs title="Hello World" | |
description="Hello World Example for GroupDock" | |
author="Luc Castera (Intellum)" | |
author_email="[email protected]" | |
author_location="Atlanta, GA" | |
author_affiliation="Intellum" | |
author_link="http://intellum.com" | |
thumbnail="http://dev.groupdock.com/images/hello-world-thumbnail.png" | |
screenshot="http://dev.groupdock.com/images/hello-world-screenshot.png" > | |
</ModulePrefs> | |
<Content type="html" views="canvas"> | |
<![CDATA[ | |
<style> | |
.hello { font-size: 3em; text-align: center; padding-top: 50px} | |
</style> | |
<div class="hello">Hello World!</div> | |
]]> | |
</Content> | |
</Module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment