Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6949433

Browse files
committed
Changed href in index.html
1 parent 04fbd92 commit 6949433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_bl
6969
<h2 class="text-2xl font-bold text-blue-600"><a href="./webgl/raycaster/index.html" target=”_blank”>Webgl Icosahedron Example</a></h2>
7070
<p>Demo showing how a Simple Webgl scene would work in PyScript</code> tag</p>
7171

72-
<h2 class="text-2xl font-bold text-blue-600"><a href="./webgl/raycaster/index.html" target=”_blank”>Image upload to browser</a></h2>
72+
<h2 class="text-2xl font-bold text-blue-600"><a href="./img_form.html" target=”_blank”>Image upload to browser</a></h2>
7373
<p>Demo demostrating a file uploaded and displayed to the page all via pyscript</p>
7474
</body>
7575
</html>

0 commit comments

Comments
 (0)