Corrected layout
This commit is contained in:
parent
de0596e039
commit
5934f7970b
|
@ -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
index.md
1
index.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue