Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update paths in html header #3

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update index.html
  • Loading branch information
andreasplesch authored Aug 28, 2016
commit e41fa3d8c0a2e50e0e117704924e94e462d3afae
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<h1>tests for x3dv4 nodes</h1>
<ul>
<li><a src='test/Macro.html'>Macro</a></li>
<li><a src='test/Animate.html'>Animate</a></li>
<li><a href='test/Macro.html'>Macro</a></li>
<li><a href='test/Animate.html'>Animate</a></li>
</ul>
</html>