jquery-mobile/experiments/photos/_photo4.html
2010-09-16 16:11:16 -04:00

35 lines
No EOL
709 B
HTML

<?php /*gzip page*/ ob_start("ob_gzhandler"); ?>
<!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 class="ui-page">
<div class="ui-header">
<h1>A kayak</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div class="ui-content ui-fullscreen">
<a href="_photo2.html" class="swipe">
<img src="images/photo-kayak.jpeg" alt="photo-kayak" />
</a>
</div>
<div class="ui-footer ui-bar-a">
<a href="_photo3.html">Prev</a>
<a href="_photo5.html">Next</a>
</div>
</div>
</body>
</html>