mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
89 lines
No EOL
2.2 KiB
HTML
Executable file
89 lines
No EOL
2.2 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
|
|
<title>jQuery Mobile Docs - Lists</title>
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
|
<script type="text/javascript" src="../../js/jquery.js"></script>
|
|
<script type="text/javascript" src="../../js/"></script>
|
|
<script type="text/javascript" src="docs/docs.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
|
|
<div data-role="header" data-theme="b">
|
|
<h1>Thumbnails</h1>
|
|
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
|
|
<ul data-role="listview">
|
|
<li>
|
|
<img src="images/album-bb.jpg" />
|
|
<h3><a href="index.html">Broken Bells</a></h3>
|
|
<p>Broken Bells</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-hc.jpg" />
|
|
<h3><a href="index.html">Warning</a></h3>
|
|
<p>Hot Chip</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-p.jpg" />
|
|
<h3><a href="index.html">Wolfgang Amadeus Phoenix</a></h3>
|
|
<p>Phoenix</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-ok.jpg" />
|
|
<h3><a href="index.html">Of The Blue Colour Of The Sky</a></h3>
|
|
<p>Ok Go</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-ws.jpg" />
|
|
<h3><a href="index.html">Elephant</a></h3>
|
|
<p>The White Stripes</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-rh.jpg" />
|
|
<h3><a href="index.html">Kid A</a></h3>
|
|
<p>Radiohead</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-xx.jpg" />
|
|
<h3><a href="index.html">XX</a></h3>
|
|
<p>XX</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-mg.jpg" />
|
|
<h3><a href="index.html">Congratulations</a></h3>
|
|
<p>MGMT</p>
|
|
</li>
|
|
|
|
<li>
|
|
<img src="images/album-ag.jpg" />
|
|
<h3><a href="index.html">Ashes Grammar</a></h3>
|
|
<p>A Sunny Day in Glasgow</p>
|
|
</li>
|
|
|
|
<li>
|
|
<img src="images/album-k.jpg" />
|
|
<h3><a href="index.html">Hot Fuss</a></h3>
|
|
<p>Killers</p>
|
|
</li>
|
|
<li>
|
|
<img src="images/album-af.jpg" />
|
|
<h3><a href="index.html">The Suburbs</a></h3>
|
|
<p>Arcade Fire</p>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html> |