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

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