mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-26 10:40:44 +00:00
41 lines
1.2 KiB
HTML
41 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>jQuery Mobile Framework - Fetch links</title>
|
|
<link rel="stylesheet" href="../../../css/themes/default/" />
|
|
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
|
<script src="../../../js/jquery.js"></script>
|
|
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
<script src="../../_assets/js/jqm-docs.js"></script>
|
|
<script src="../../../js/"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
<div data-role="content" class="pix-wrapper">
|
|
|
|
|
|
<img src="images/flower.jpg" alt="Flowers">
|
|
|
|
|
|
|
|
<div class="pix-tray">
|
|
<h3>Flower patch</h3>
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="pix-nav">
|
|
<a href="pix-1.html" data-role="button" data-target="#pix-target" data-fragment=".pix-wrapper" id="pix-link" data-icon="arrow-l">Last</a>
|
|
<a href="pix-3.html" data-role="button" data-target="#pix-target" data-fragment=".pix-wrapper" id="pix-link" data-icon="arrow-r" data-iconpos="right">Next</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
|
|
</body>
|
|
</html>
|