jquery-mobile/experiments/photos/_photo3.html

37 lines
No EOL
815 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" href="../../themes/default/" />
<script src="../../js/jquery.js"></script>
<script src="../../js/"></script>
<link rel="stylesheet" href="photos.css" />
<script src="photos.js"></script>
</head>
<body>
<div data-role="page" data-fullscreen="true" class="photoview">
<div data-role="header" id="photoview">
<h1>A dock</h1>
</div>
<div data-role="content" >
<img src="images/photo-dock.jpeg" alt="photo-dock" />
</div>
<div class="ui-footer ui-bar-a">
<a href="_photo2.html" class="prev">Prev</a>
<a href="_photo4.html" class="next">Next</a>
</div>
</div>
</body>
</html>