jquery-mobile/docs/themes/index.html

30 lines
No EOL
847 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>jQuery UI Mobile Framework - Documentation</title>
<link rel="stylesheet" href="themes/default" />
<script type="text/javascript" src="js/all"></script>
</head>
<body>
<div data-role="page" data-theme="b">
<div data-role="header" data-position="inline">
<h1>Theme system</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li><a href="themes.html">Overview: Themes & swatches</a></li>
<li><a href="../pages/pages-themes.html">Page theming</a></li>
<li><a href="../toolbars/bars-themes.html">Toolbar theming</a></li>
<li><a href="../content/content-themes.html">Content theming</a></li>
<li><a href="../buttons/buttons-themes.html">Button theming</a></li>
<li><a href="../lists/lists-themes.html">List theming</a></li>
</ul>
</div>
</div>
</body>
</html>