Corrected layout

This commit is contained in:
Thomas FORGIONE
2015-04-24 09:23:02 +02:00
parent de0596e039
commit 5934f7970b
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -19,7 +19,9 @@
<li><a href="/stream/">Streaming simulator</a></li> <li><a href="/stream/">Streaming simulator</a></li>
</ul> </ul>
</nav> </nav>
{{ content }} <section>
{{ content }}
<section>
{{ page.extrajs }} {{ page.extrajs }}
</body> </body>
</html> </html>
-1
View File
@@ -29,4 +29,3 @@ title: Index
A mesh of a sphere is fully loaded, A mesh of a sphere is fully loaded,
and displayed progressively. This test is here to prove that we can dynamically and displayed progressively. This test is here to prove that we can dynamically
add vertices and faces to a mesh. add vertices and faces to a mesh.