Skip to content

Commit

Permalink
Add examples/index.html, just a list of all the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjimenezshaw committed Jul 9, 2017
1 parent 137cd24 commit 2a256f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<body>
<ul>
<li><a href="./dual.html">dual.html</a></li>
<li><a href="./multiple.html">multiple.html</a></li>
<li><a href="./multiple_offset.html">multiple_offset.html</a></li>
<li><a href="./nowrap.html">nowrap.html</a></li>
<li><a href="./select_syncs.html">select_syncs.html</a></li>
<li><a href="./syncCursor_dual.html">syncCursor_dual.html</a></li>
<li><a href="./syncCursor_multiple.html">syncCursor_multiple.html</a></li>
</ul>
</body>
</html>

0 comments on commit 2a256f5

Please sign in to comment.