Skip to content

Commit

Permalink
index.html: fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilmari Heikkinen committed Mar 6, 2011
1 parent 5149c71 commit 1a5dbec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
@@ -1,12 +1,12 @@
<html>
<title>JSARToolKit Demos</title>
<body>
<h1>JSARToolKit Demos</title>
<h1>JSARToolKit Demos</h1>
<ul>
<li><a href="demos/AR_slideshow/AR_slideshow.html">AR Flickr slideshow</a>
<li><a href="demos/tests/test2.html">Canvas 2D on marker</a>
<li><a href="demos/tests/test3.html">WebGL on marker</a>
<li><a href="demos/tests/test5.html">Bouncing cubes</a>
<li><a href="demos/AR_slideshow/AR_slideshow.html">AR Flickr slideshow</a></li>
<li><a href="demos/tests/test2.html">Canvas 2D on marker</a></li>
<li><a href="demos/tests/test3.html">WebGL on marker</a></li>
<li><a href="demos/tests/test5.html">Bouncing cubes</a></li>
</ul>
</body>
</html>
Expand Down

0 comments on commit 1a5dbec

Please sign in to comment.