Skip to content

Instantly share code, notes, and snippets.

@mahemoff
Created May 13, 2012 22:09
Show Gist options
  • Save mahemoff/2690457 to your computer and use it in GitHub Desktop.
Save mahemoff/2690457 to your computer and use it in GitHub Desktop.
#home(data-role='page')
%div(data-role='header')
%div(data-role='content')
%h2 Select a category
%ul(data-role='listview' data-inset='true')
%li
%a(href='test.html') users
%li
%a(href='test.html') news
%li
%a(href='test.html') about
%div(data-role='footer')
%h4 ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment