You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< title > Ratchet< / title >
< meta name = "description" content = "" >
< meta name = "author" content = "" >
< meta name = "viewport" content = "initial-scale=1, maximum-scale=1, user-scalable=no" >
< link rel = "shortcut icon" href = "favicon.ico" >
< meta name = "apple-mobile-web-app-capable" content = "yes" >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black" >
< link rel = "stylesheet" href = "../dist/ratchet.css" >
< link rel = "stylesheet" href = "css/docs.css" >
< link rel = "stylesheet" href = "css/prettify.css" >
<!-- [if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif] -->
< style >
.iphone [class*="bar"] {
position: absolute;
}
< / style >
< link rel = "apple-touch-icon-precomposed" sizes = "512x512" href = "img/apple-touch-icon-512x512.png" >
< / head >
< body ontouchstart = "" >
< header class = "bar-nav" >
< h1 class = "title" > Push< / h1 >
< / header >
< div class = "content" >
< ul class = "table-view" >
< li class = "table-view-cell" > Tap or click < a href = "one.html" data-transition = "slide-out" > here< / a > to go back. You can also try your browser's back button.< / li >
< / ul >
< / div >
< / body >
< / html >