first commit
[ratchet] / docs / one.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="utf-8">
5     <title>Ratchet</title>
6     <meta name="description" content="">
7     <meta name="author" content="">
8     <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
9     <link rel="shortcut icon" href="favicon.ico"/>
10     <meta name="apple-mobile-web-app-capable" content="yes">
11     <meta name="apple-mobile-web-app-status-bar-style" content="black">
12     <link rel="stylesheet" href="../lib/css/base.css">
13     <link rel="stylesheet" href="../lib/css/bars.css">
14     <link rel="stylesheet" href="../lib/css/lists.css">
15     <link rel="stylesheet" href="../lib/css/forms.css">
16     <link rel="stylesheet" href="../lib/css/buttons.css">
17     <link rel="stylesheet" href="../lib/css/chevrons.css">
18     <link rel="stylesheet" href="../lib/css/counts.css">
19     <link rel="stylesheet" href="../lib/css/segmented-controllers.css">
20     <link rel="stylesheet" href="../lib/css/popovers.css">
21     <link rel="stylesheet" href="../lib/css/sliders.css">
22     <link rel="stylesheet" href="../lib/css/toggles.css">
23     <link rel="stylesheet" href="../lib/css/push.css">
24     <link rel="stylesheet" href="css/docs.css">
25     <link rel="stylesheet" href="css/prettify.css">
26     <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
27     <script type="text/javascript" src="//use.typekit.net/gwz1sef.js"></script>
28     <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
29     <style>
30       .iphone [class*="bar"] {
31         position: absolute;
32       }
33     </style>
34
35     <link rel="apple-touch-icon-precomposed" sizes="512x512" href="img/apple-touch-icon-512x512.png">
36   </head>
37   <body ontouchstart="">
38
39     <div class="content">
40       <ul class="list">
41         <li>
42           <a href="two.html" data-transition="slide-in" data-selector=".iphone-content">
43               Load new page with push
44           </a>
45           <span class="chevron"></span>
46         </li>
47       </ul>
48     </div>
49   </body>
50 </html>