Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Feb 23, 2023
1 parent 8efb5d9 commit f03ad3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo-arm-robot/build/web/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html lang="en-us"><script src="../../pygbag/0.7/pythons.js" type=module id="site" data-os="vtx,fs,snd,gui" async defer>#<!--
<html lang="en-us"><script src="https://harfang3d.github.io/pyconfr2023/pygbag/0.7/pythons.js" type=module id="site" data-os="vtx,fs,snd,gui" async defer>#<!--

print("""
Loading demo-arm-robot from demo-arm-robot.apk
Pygbag Version : 0.7.0
Template Version : 0.6.0
Python : 3.11
CDN URL : ../../pygbag/0.7/
CDN URL : https://harfang3d.github.io/pyconfr2023/pygbag/0.7/
Screen : {{cookiecutter.width}}x{{cookiecutter.height}}
Title : demo-arm-robot
Folder : demo-arm-robot
Expand Down Expand Up @@ -192,7 +192,7 @@
can_close : 0,
archive : "demo-arm-robot",
gui_debug : 2,
cdn : "../../pygbag/0.7/",
cdn : "https://harfang3d.github.io/pyconfr2023/pygbag/0.7/",
autorun : 0,
PYBUILD : "3.11"
}
Expand Down Expand Up @@ -290,13 +290,13 @@
<script>
/*
if (navigator.serviceWorker)
navigator.serviceWorker.register("../../pygbag/0.7/pygbag0.7.0.js")
navigator.serviceWorker.register("https://harfang3d.github.io/pyconfr2023/pygbag/0.7/pygbag0.7.0.js")
else
console.warn("Service workers not supported")
*/
</script>

<script src="../../pygbag/0.7//browserfs.min.js"></script>
<script src="https://harfang3d.github.io/pyconfr2023/pygbag/0.7//browserfs.min.js"></script>

</head>

Expand Down Expand Up @@ -357,7 +357,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="../../pygbag/0.7/empty.html"
src="https://harfang3d.github.io/pyconfr2023/pygbag/0.7/empty.html"
scrolling="yes">
</iframe>
</div>
Expand Down

0 comments on commit f03ad3f

Please sign in to comment.