jquery-mobile/experiments/photos/_photo5.html

33 lines
No EOL
715 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" href="../../themes/default" />
<script type="text/javascript" src="../../js/all"></script>
<link rel="stylesheet" href="photos.css" />
<script type="text/javascript" src="photos.js"></script>
</head>
<body>
<div data-role="page" data-fullscreen="true" class="photoview">
<div data-role="header">
<h1>Nathan running</h1>
</div>
<div data-role="content" >
<img src="images/photo-run.jpeg" alt="photo-run" />
</div>
<div class="ui-footer ui-bar-a">
<a href="_photo4.html" class="prev">Prev</a>
<a href="_photo6.html" class="next">Next</a>
</div>
</div>
</body>
</html>