|
|
@ -9,18 +9,7 @@ |
|
|
|
<link rel="shortcut icon" href="favicon.ico"/> |
|
|
|
<link rel="shortcut icon" href="favicon.ico"/> |
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
|
|
<link rel="stylesheet" href="../lib/css/base.css"> |
|
|
|
<link rel="stylesheet" href="../dist/ratchet.css"> |
|
|
|
<link rel="stylesheet" href="../lib/css/bars.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/lists.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/forms.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/buttons.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/chevrons.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/counts.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/segmented-controllers.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/popovers.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/sliders.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/toggles.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../lib/css/push.css"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/docs.css"> |
|
|
|
<link rel="stylesheet" href="css/docs.css"> |
|
|
|
<link rel="stylesheet" href="css/prettify.css"> |
|
|
|
<link rel="stylesheet" href="css/prettify.css"> |
|
|
|
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> |
|
|
|
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> |
|
|
@ -35,11 +24,16 @@ |
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="512x512" href="img/apple-touch-icon-512x512.png"> |
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="512x512" href="img/apple-touch-icon-512x512.png"> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body ontouchstart=""> |
|
|
|
<body ontouchstart=""> |
|
|
|
|
|
|
|
<header class="bar-title"> |
|
|
|
|
|
|
|
<a class="button-prev" href="one.html" data-transition="slide-out"> |
|
|
|
|
|
|
|
Back |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
<h1 class="title">Push</h1> |
|
|
|
|
|
|
|
</header> |
|
|
|
<div class="content"> |
|
|
|
<div class="content"> |
|
|
|
<ul class="list"> |
|
|
|
<ul class="table-view"> |
|
|
|
<li><a href="one.html" data-transition="slide-out">Go back</a>, or try your browser back button.</li> |
|
|
|
<li>Tap the back button, or try your browser back button.</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |