Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
christislord12 authored Oct 26, 2023
1 parent 91731aa commit 957127b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html lang="en-us"><script src="archives/0.8/pythons.js" type=module id="site" data-python="cpython3.11" data-os="vtx,fs,snd,gui" async defer>#<!--
<html lang="en-us"><script src="https://pygame-web.github.io/archives/0.8/pythons.js" type=module id="site" data-python="cpython3.11" data-os="vtx,fs,snd,gui" async defer>#<!--

print("""
Loading src from src.apk
Pygbag Version : 0.8.4
Template Version : 0.8.3
Python : 3.11
CDN URL : archives/0.8/
CDN URL : https://pygame-web.github.io/archives/0.8/
Screen : {{cookiecutter.width}}x{{cookiecutter.height}}
Title : src
Folder : src
Expand Down Expand Up @@ -190,7 +190,7 @@
can_close : 0,
archive : "src",
gui_debug : 3,
cdn : "archives/0.8/",
cdn : "https://pygame-web.github.io/archives/0.8/",
autorun : 0,
PYBUILD : "3.11"
}
Expand Down Expand Up @@ -288,13 +288,13 @@
<script>
/*
if (navigator.serviceWorker)
navigator.serviceWorker.register("archives/0.8/pygbag0.8.4.js")
navigator.serviceWorker.register("https://pygame-web.github.io/archives/0.8/pygbag0.8.4.js")
else
console.warn("Service workers not supported")
*/
</script>

<script src="archives/0.8//browserfs.min.js"></script>
<script src="https://pygame-web.github.io/archives/0.8//browserfs.min.js"></script>

</head>

Expand Down Expand Up @@ -355,7 +355,7 @@
mozallowfullscreen="true"
sandbox="allow-same-origin allow-top-navigation allow-scripts allow-pointer-lock"
allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated"
src="archives/0.8/empty.html"
src="https://pygame-web.github.io/archives/0.8/empty.html"
scrolling="yes">
</iframe>
</div>
Expand Down

0 comments on commit 957127b

Please sign in to comment.