File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 > #<!--
22import sys
33import os
44import asyncio
232232
233233asyncio . run ( main ( ) )
234234
235-
236- # -- > </ script > </ html >
235+ # -- > </ script > < meta charset ="utf-8 "> < title > </ title > </ head > < body > </ body > </ html >
You can’t perform that action at this time.
0 commit comments