30201c34ef48339c0b9e07e957127b46043b0193
[pazpar2-moved-to-github.git] / www / iphone / UiUIKit / normal-simple.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5         <meta id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
6         <title>Normal lists</title>
7         <link rel="stylesheet" href="stylesheets/iphone.css" />
8         <link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
9         <script type="text/javascript" charset="utf-8">
10                 window.onload = function() {
11                   setTimeout(function(){window.scrollTo(0, 1);}, 100);
12                 }
13         </script>
14 </head>
15 <body id="normal">
16         
17         <div id="header">
18                 <h1>Normal lists</h1>
19                 <a href="normal-lists.html" id="backButton">Back</a>
20         </div>
21         
22 <ul>    
23         <li><small>It's free</small> <a href="index.html" class="arrow">Label + minilabel</a></li>
24         <li><a href="index.html" class="arrow">Only arrow</a></li>
25         <li><small>✔</small> Only labels</li>
26         <li><small>☆</small> <a href="index.html">Only labels</a></li>
27         <li><small>★</small> <a href="index.html">Only labels</a></li>
28 </ul>
29
30 </body>
31 </html>