Skip to content

Commit

Permalink
initial gh-pages commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed May 29, 2024
0 parents commit 2a310cb
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctypehtml><html lang=en-us><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"name=viewport><title>Sokol</title><style>body{margin:0;background-color:#000}.game{position:absolute;top:0;left:0;margin:0;border:0;width:100%;height:100%;overflow:hidden;display:block;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}</style></head><body><canvas class=game id=canvas oncontextmenu=event.preventDefault()></canvas><script>var Module={preRun:[],postRun:[],print:function(n){n=Array.prototype.slice.call(arguments).join(" "),console.log(n)},printErr:function(n){n=Array.prototype.slice.call(arguments).join(" "),console.error(n)},canvas:document.getElementById("canvas"),setStatus:function(n){},monitorRunDependencies:function(n){}};window.onerror=function(){console.log("onerror: "+event.message)}</script><script async src=wgui.js></script></body></html>
Loading

0 comments on commit 2a310cb

Please sign in to comment.