jquery-mobile/experiments/photos/_photo1.html

35 lines
No EOL
692 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body class="ui-body-a">
<div data-role="page" data-fullscreen="true">
<link rel="stylesheet" href="photos.css" />
<script type="text/javascript" src="photos.js"></script>
<div data-role="header">
<h1>A bridge</h1>
</div>
<div data-role="content" class="photoview">
<a href="_photo2.html">
<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>