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.
118 lines
3.7 KiB
118 lines
3.7 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Mail</title> |
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> |
|
<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="../../dist/ratchet-theme-ios.css"> |
|
<link rel="stylesheet" href="css/app.css"> |
|
<script src="../../dist/ratchet.js"></script> |
|
</head> |
|
<body> |
|
<header class="bar bar-nav"> |
|
<a class="icon icon-left-nav pull-left" href="index.html" data-transition="slide-out"></a> |
|
<a class="icon icon-refresh pull-right"></a> |
|
<h1 class="title">All inboxes</h1> |
|
</header> |
|
|
|
<div class="content"> |
|
|
|
<ul class="table-view"> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
<li class="table-view-cell"> |
|
<a class="push-right" href="#"> |
|
Email subject line here |
|
<p>Lorem ipsum dolor sit amet...</p> |
|
</a> |
|
</li> |
|
</ul> |
|
</div><!-- /.content --> |
|
</body> |
|
</html>
|
|
|