Did lot of stuff with php

This commit is contained in:
Thomas FORGIONE
2015-04-09 11:20:50 +02:00
parent 0bbd0fb44a
commit a320618599
22 changed files with 92 additions and 755 deletions

11
include/nav.php Normal file
View File

@@ -0,0 +1,11 @@
<nav>
<ul>
<li><a href="/">Index</a></li>
<li><a href="/bouncing/">Bouncing cube</a></li>
<li><a href="/multisphere/">Multi-sphere</a></li>
<li><a href="/scene/">Prototype</a></li>
<li><a href="/stream/">Streaming simulator</a></li>
</ul>
</nav>