Added links to about root index (was empty before)

This commit is contained in:
Todd Parker 2010-11-11 13:36:14 -05:00
parent b60cfd213f
commit cf88699ea0

View file

@ -10,12 +10,18 @@
<div data-role="page" data-theme="b">
<div data-role="header" data-position="inline">
<h1>Theme system</h1>
<h1>About jQuery Mobile</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
<li data-role="list-divider">Overview</li>
<li><a href="intro.html">Intro to jQuery Mobile</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="accessibility.html">Accessibility</a></li>
<li><a href="platforms.html">Supported platforms</a></li>
</ul>
</div>