2010-09-10 22:23:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
2010-11-02 01:46:29 +00:00
|
|
|
<head>
|
2011-02-18 20:00:18 +00:00
|
|
|
<meta charset="utf-8">
|
2011-05-17 21:28:19 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2010-09-10 22:23:13 +00:00
|
|
|
<title>jQuery Mobile Framework - Photo 1</title>
|
2011-01-06 00:19:24 +00:00
|
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
2011-04-14 20:04:47 +00:00
|
|
|
<script src="../../js/jquery.js"></script>
|
|
|
|
|
<script src="../../js/"></script>
|
2010-10-26 13:26:22 +00:00
|
|
|
<link rel="stylesheet" href="photos.css" />
|
2011-04-14 20:04:47 +00:00
|
|
|
<script src="photos.js"></script>
|
2010-09-10 22:23:13 +00:00
|
|
|
</head>
|
2010-09-16 20:11:16 +00:00
|
|
|
<body>
|
2010-09-10 22:23:13 +00:00
|
|
|
|
2010-10-26 13:26:22 +00:00
|
|
|
<div data-role="page" data-fullscreen="true" class="photoview">
|
2010-09-10 22:23:13 +00:00
|
|
|
|
2010-09-21 14:58:54 +00:00
|
|
|
<div data-role="header">
|
2010-09-10 22:23:13 +00:00
|
|
|
<h1>A kayak</h1>
|
2010-10-09 03:10:56 +00:00
|
|
|
|
2010-09-10 22:23:13 +00:00
|
|
|
</div>
|
|
|
|
|
|
2010-10-26 13:26:22 +00:00
|
|
|
<div data-role="content" >
|
2010-09-10 22:23:13 +00:00
|
|
|
|
2010-10-26 13:26:22 +00:00
|
|
|
<img src="images/photo-kayak.jpeg" alt="photo-kayak" />
|
2010-09-10 22:23:13 +00:00
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="ui-footer ui-bar-a">
|
2010-10-26 13:26:22 +00:00
|
|
|
<a href="_photo3.html" class="prev">Prev</a>
|
|
|
|
|
<a href="_photo5.html" class="next">Next</a>
|
2010-09-10 22:23:13 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|