mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-19 23:40:25 +00:00
37 lines
No EOL
1.2 KiB
HTML
37 lines
No EOL
1.2 KiB
HTML
<?php /*gzip page*/ ob_start("ob_gzhandler"); ?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width = device-width, initial-scale=1.0" />
|
|
<title>jQuery UI Mobile Framework - Static Containers, States</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 ui-bar-a">
|
|
<h1>jQuery Mobile</h1>
|
|
</div>
|
|
|
|
<div class="ui-content">
|
|
<div class="ui-body ui-body-c">
|
|
<ul data-role="controlgroup">
|
|
<li><a href="_containers-states.html" data-role="button">Containers & states</a></li>
|
|
<li><a href="_fixed.html" data-role="button">Fixed Toolbars</a></li>
|
|
<li><a href="_form-controls.html" data-role="button">Form Controls</a></li>
|
|
<li><a href="_tabs.html" data-role="button" rel="external">Tabs</a></li>
|
|
<li><a href="_globalnav.html" data-role="button" rel="external">GlobalNav (tabs)</a></li>
|
|
<li><a href="_tree.html" data-role="button">Tree</a></li>
|
|
<li><a href="_events.html" data-role="button">Events</a></li>
|
|
<li><a href="_transitions.html" data-role="button">Transitions</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |