mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 20:54:46 +00:00
32 lines
No EOL
662 B
HTML
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> |