Cleanup and improve the index.html for tests (#1558)

This commit is contained in:
Andrea Giammarchi
2023-06-22 21:37:11 +02:00
committed by GitHub
parent 3b7099cd3d
commit bf6470c046
2 changed files with 9 additions and 14 deletions

View File

@@ -28,9 +28,13 @@
<li><a href="./test/wasmoon.html">lua</a></li>
<li><a href="./test/async.html">async</a></li>
<li><a href="./test/worker/">worker</a></li>
<li><a href="./test/worker/input.html">worker w/ input</a></li>
<li><a href="./test/order.html">execution order</a></li>
<li><a href="./test/plugins/">plugins</a></li>
<li>
<a href="./test/plugins/py-script.html">plugins - PyScript</a>
<a href="./test/plugins/py-script.html">
custom tags: PyScript
</a>
</li>
</ul>
</body>