Skip to content

Instantly share code, notes, and snippets.

@groupdock
Created October 12, 2010 14:08
Show Gist options
  • Save groupdock/622219 to your computer and use it in GitHub Desktop.
Save groupdock/622219 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Hello World"
description="Hello World Example for GroupDock"
author="Luc Castera (Intellum)"
author_email="lcastera@intellum.com"
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