mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
31 lines
No EOL
614 B
HTML
31 lines
No EOL
614 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>jQuery Mobile Framework - Fixed Overlay Style Toolbars</title>
|
|
<link rel="stylesheet" type="text/css" href="css/all" />
|
|
<script type="text/javascript" src="js/all"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
|
|
<div data-role="header">
|
|
<h1>Fixed Header</h1>
|
|
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
|
|
</div>
|
|
|
|
<div data-role="content" class=" ui-fullscreen">
|
|
|
|
<img src="experiments/photos/images/photo-sand.jpeg" alt="photo-sand" />
|
|
|
|
</div>
|
|
|
|
<div data-role="footer">
|
|
<h1>Fixed Footer</h1>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |