1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

updated the main examples index.html file to have the icosahedron demo

This commit is contained in:
Michael Verhulst
2022-04-20 13:03:10 -05:00
parent 31ff939f8f
commit 028e108be6

View File

@@ -60,5 +60,8 @@
<h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_blank”>TODO App</a></h2>
<p>Demo showing how would a Simple TODO App would look like in PyScript</code> tag</p>
<h2 class="text-2xl font-bold text-blue-600"><a href="./webgl/raycaster/index.html" target=”_blank”>Webgl Icosahedron Example</a></h2>
<p>Demo showing how would a Simple Webgl scene woudl work in PyScript</code> tag</p>
</body>
</html>