Open source iPhone look-a-like CSS
[pazpar2-moved-to-github.git] / www / iphone / UiUIKit / index.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>Universal iPhone UI Kit</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
16 <body>
17         
18         <div id="header">
19                 <h1>UiUI Kit</h1>
20         </div>
21         
22         <h1>Main index</h1>
23                         
24         <ul>
25                 <li><a href="about.html">About</a></li>
26                 <li class="arrow"><a href="headers.html">Headers</a></li>
27                 <li class="arrow"><a href="normal-lists.html">Normal lists</a></li>
28                 <li><a href="rounded-lists.html">Rounded lists</a></li>
29                 <li><a href="plastic-lists.html">Plastic lists</a></li>
30                 <li class="arrow"><a href="info-lists.html">Information fields</a></li>
31                 <li><a href="images-list.html">Images grid</a></li>
32                 <li><a href="chat.html">Chat</a></li>
33                 <li><a href="forms.html">Forms</a></li>
34                 <li><a href="button-panels.html">Buttons Panel</a></li>
35                 
36         </ul>
37         
38         <ul class="data">
39                 <li><p>This framework and its contents are in no way affiliated with, endorsed by, or supported by Apple Inc.</p></li>
40         </ul>
41         
42 <p><strong>Best enjoyed on a real iPhone</strong><br />This iPhone UI Framework kit is licenced under GNU Affero General Public License (<a href="http://www.gnu.org/licenses/agpl.html">GNU AGPL 3</a>)</p>
43
44         
45         
46 </body>
47 </html>