mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-25 16:44:43 +00:00
35 lines
No EOL
740 B
HTML
35 lines
No EOL
740 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>jQuery Mobile Framework - Photo 1</title>
|
|
<link rel="stylesheet" href="../../themes/default" />
|
|
<script type="text/javascript" src="../../js/"></script>
|
|
<link rel="stylesheet" href="photos.css" />
|
|
<script type="text/javascript" src="photos.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page" data-fullscreen="true" class="photoview">
|
|
|
|
<div data-role="header" id="">
|
|
<h1>A canoe</h1>
|
|
|
|
</div>
|
|
|
|
<div data-role="content" >
|
|
|
|
<img src="images/photo-canoe.jpeg" alt="photo-canoe" />
|
|
|
|
</div>
|
|
|
|
<div class="ui-footer ui-bar-a">
|
|
<a href="index.html" class="prev">Prev</a>
|
|
<a href="_photo3.html" class="next">Next</a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |