jquery-mobile/experiments/photos/_photo2.html
2010-10-02 11:43:32 -04:00

34 lines
No EOL
672 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" type="text/css" href="css/all" />
<script type="text/javascript" src="js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>A canoe</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div data-role="content" class=" ui-fullscreen">
<a href="_photo2.html" class="swipe">
<img src="images/photo-canoe.jpeg" alt="photo-canoe" />
</a>
</div>
<div class="ui-footer ui-bar-a">
<a href="_photo1.html">Prev</a>
<a href="_photo3.html">Next</a>
</div>
</div>
</body>
</html>