Skip to content

Commit ab857ae

Browse files
committed
update to 0.9.3
1 parent 7051032 commit ab857ae

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2>Testing</h2>
123123

124124
<h2>Desktop Games (kbd+mouse)</h2>
125125
<ul class="bullets">
126-
<li><a href="#" onclick=nav("https://html-classic.itch.zone/html/8549416/index.html?-i")>StunCat (Physics)</a></li>
126+
<li><a href="#" onclick=nav("https://html-classic.itch.zone/html/16473839/index.html")>StunCat (Physics)</a></li>
127127
<li><a href="#" onclick=nav("https://html-classic.itch.zone/html/7875673/index.html")>Pyrasterize (3D)</a></li>
128128
<li><a href="#" onclick=console.log("game3")>Game #3</a></li>
129129
</ul>

pygame-scripts/org.pygame.touchpong.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html><head><meta charset="utf-8"></head><script src="https://pygame-web.github.io/archives/0.9/pythons.js" data-python="cpython3.12" type=module id="__main__" data-os="gui" async defer>#<!--
1+
<!DOCTYPE html><html lang=en><head><script src="https://pygame-web.github.io/cdn/0.9.3/pythons.js" data-python="cpython3.12" type=module id="__main__" data-os="gui" async defer>#<!--
22
import sys
33
import os
44
import asyncio
@@ -232,5 +232,4 @@
232232

233233
asyncio.run(main())
234234

235-
236-
# --></script></html>
235+
# --></script><meta charset="utf-8"><title></title></head><body></body></html>

0 commit comments

Comments
 (0)