Moblie+ Menu
Created
December 30, 2015 17:02
-
-
Save anonymous/9ca0d4164c6e943d3075 to your computer and use it in GitHub Desktop.
Moblie+ Menu
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
| <div data-role="page"> | |
| <div data-role="content"> | |
| <ul data-role="listview" data-inset="true"> | |
| <li><a href="#">My App</a></li> | |
| <li><a href="#">AppDeck</a></li> | |
| <li><a href="#">About</a></li> | |
| </ul> | |
| </div> | |
| <!-- /content --> | |
| </div> | |
| <!-- /page --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment