jquery-mobile/_fixed-variation2.html

31 lines
No EOL
550 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Framework - Fixed Overlay Style Toolbars</title>
<link rel="stylesheet" media="only all" 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>
</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>