mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 07:04:43 +00:00
35 lines
No EOL
706 B
HTML
35 lines
No EOL
706 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>
|
|
|
|
<div class="ui-page">
|
|
|
|
<div class="ui-header">
|
|
<h1>A dock</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-dock.jpeg" alt="photo-dock" />
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="ui-footer ui-bar-a">
|
|
<a href="_photo2.html">Prev</a>
|
|
<a href="_photo4.html">Next</a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |