mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
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.
32 lines
1.0 KiB
32 lines
1.0 KiB
<!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="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/css/ratchet.min.css"> |
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/img/apple-touch-icon-114x114.png"> |
|
</head> |
|
<body ontouchstart=""> |
|
<header class="bar bar-nav"> |
|
<h1 class="title">Push</h1> |
|
</header> |
|
<div class="content"> |
|
<div class="card"> |
|
<ul class="table-view"> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="/two.html" data-transition="slide-in" data-selector=".device-content"> |
|
Load new page with push |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</body> |
|
</html>
|
|
|