Open source iPhone look-a-like CSS
[pazpar2-moved-to-github.git] / www / iphone / UiUIKit / normal-metal.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="metal">
16         
17         <div id="header">
18                 <h1>Metal list</h1>
19                 <a href="normal-lists.html" id="backButton">Back</a>
20         </div>
21         
22 <ul>    
23         <li class="arrow"><a href="index.html"><small>AM</small> 9:40 <em>Buenos Aires</em></a></li>
24         <li class="arrow"><a href="index.html"><small>PM</small> 19:40 <em>Singapur</em></a></li>
25         <li><a href="index.html"><small>PM</small> 22:40 <em>Japan</em></a></li>
26         <li class="arrow"><a href="index.html">11:40 <em>New York</em></a></li>
27         <li class="arrow"><a href="index.html">9:40 <em>Ontario</em></a></li>
28 </ul>
29
30
31 </body>
32 </html>