mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-03 22:30:31 +00:00
Added links to about root index (was empty before)
This commit is contained in:
parent
b60cfd213f
commit
cf88699ea0
1 changed files with 8 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue