Skip to content

Commit

Permalink
better index page
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Aug 28, 2015
1 parent 91cc028 commit 119c0f7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
<body>
<div class="container">
<div class="col-md-6 col-md-offset-3">
<h1>FamilySearch JavaScript SDK <small>Documentation</small></h1>
<ul>
<li><a href="2.0">2.0</a></li>
<li><a href="1.0">1.0</a></li>
<li><a href="0.9">0.9</a></li>
</ul>
<h1>FamilySearch JavaScript SDK</h1>
<div class="panel panel-default">
<div class="panel-heading">DOCUMENTATION</div>
<ul class="list-group">
<li class="list-group-item"><a href="2.0">2.0</a></li>
<li class="list-group-item"><a href="1.0">1.0</a></li>
<li class="list-group-item"><a href="0.9">0.9</a></li>
</ul>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit 119c0f7

Please sign in to comment.