Skip to content

Instantly share code, notes, and snippets.

@ir-g
Created November 24, 2012 19:26
Show Gist options
  • Save ir-g/4141100 to your computer and use it in GitHub Desktop.
Save ir-g/4141100 to your computer and use it in GitHub Desktop.
An example app page.
<app>
<meta>
<app:title>Title</app:title>
<app:icon type="47px-47px">icon-47-47.png</app:icon>
</meta>
<page name="home">
<h1>Home</h1>
<a href="page:example">Want another page?</a>
</page>
<page name="example">
<h1>Another page</h1>
<a href="page:home">Back to home.</a>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment