jquery-mobile/docs/content/index.html

32 lines
No EOL
1.1 KiB
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Docs - Content formatting</title>
<link rel="stylesheet" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
<script type="text/javascript" src="../docs/docs.js"></script>
</head>
<body>
<div data-role="page" data-theme="b">
<div data-role="header" data-position="inline">
<h1>Content formatting</h1>
</div><!-- /header -->
<div data-role="content">
<p>The contents of the page are completely open-ended but jQuery Mobile provides a number of helpful tools and widgets such as collapsible panels and multiple-column grid layouts to make it easy to format your content for mobile devices.</p>
<ul data-role="listview" data-inset="true">
<li><a href="content-html.html">Basic HTML styles</a></li>
<li><a href="content-grids.html">Layout grids (columns)</a></li>
<li><a href="content-collapsible.html">Collapsible content blocks</a></li>
<li><a href="content-themes.html">Theming content</a></li>
<li><a href="api-content.html">API documentation</a></li>
</ul>
</div><!-- /ui-body wrapper -->
</div><!-- /page -->
</body>
</html>