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

33 lines
No EOL
698 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 class="ui-body-a">
<div class="ui-page">
<div class="ui-header">
<h1>A bridge</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-bridge.jpeg" alt="photo-bridge" />
</a>
</div>
<div class="ui-footer">
<a href="_photo2.html">Next</a>
</div>
</div>
</body>
</html>