Created
November 24, 2012 19:26
-
-
Save ir-g/4141100 to your computer and use it in GitHub Desktop.
An example app page.
This file contains hidden or 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
<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