Guest User

Untitled

a guest
Oct 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <div data-role="content">
  2. <h1>Dashboard</h1>
  3. <ul data-role="listview" data-theme="c" class="hovedmeny" data-inset="true">
  4. <li><a href="page1.html"><img src="images/icon.png" /><h3>Første side</h3></a></li>
  5. <li><a href="page2.html"><img src="images/icon.png" /><h3>Andre side</h3></a></li>
  6. <li><a href="#"><img src="images/icon.png" /><h3>Tredje side</h3></a></li>
  7. </ul>
  8. </div>
Add Comment
Please, Sign In to add comment