jquery-mobile/_fixed-variation2.html
2010-10-02 11:43:32 -04:00

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>