Skip to content

Commit

Permalink
deploy: 1c4d239
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Feb 4, 2024
1 parent 263560a commit 210be4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=en><meta content="text/html; charset=utf-8" http-equiv=Content-Type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" name=viewport><meta content="A handy app to calculate whether your grid (ship) design has enough thrust, power generation, and hydrogen generation to keep up. It also calculates charging durations, maximum jump distances, and more." name=description><title>Space Engineers Calculator</title><script type=module>import a,*as b from"/secalc_gui.js";a(`/secalc_gui_bg.wasm`);window.wasmBindings=b</script><base href=/><meta media="(prefers-color-scheme: light)" content=white name=theme-color><meta media="(prefers-color-scheme: dark)" content=#404040 name=theme-color><style>html{touch-action:manipulation}body{background:#909090}@media (prefers-color-scheme:dark){body{background:#404040}}html,body{width:100%;height:100%;overflow:hidden;margin:0!important;padding:0!important}.centered{text-align:center;margin-left:auto;margin-right:auto;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lds-dual-ring{width:80px;height:80px;display:inline-block}.lds-dual-ring:after{content:" ";border:6px solid #fff;border-color:#fff #0000;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s linear infinite lds-dual-ring;display:block}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}</style><link as=fetch crossorigin href=/secalc_gui_bg.wasm integrity=sha384-mZt9jZuA-WcV087ca9Jm36lq0EXOoE9znoVJwEz549JF1IeZT3FjpdRzjDx70mCD rel=preload type=application/wasm><link crossorigin href=/secalc_gui.js integrity=sha384-S8au-VbUkeTCXKmwnWti3_FTHGObhKwy8lJkMJe7o3E-zJ2DLZFK_HZPH8kT7T47 rel=modulepreload></head><body><div class="lds-dual-ring centered"></div><canvas class=centered id=canvas></canvas></body></html>
<!doctype html><html lang=en><meta content="text/html; charset=utf-8" http-equiv=Content-Type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" name=viewport><meta content="A handy app to calculate whether your grid (ship) design has enough thrust, power generation, and hydrogen generation to keep up. It also calculates charging durations, maximum jump distances, and more." name=description><title>Space Engineers Calculator</title><script type=module>import a,*as b from"/secalc_gui.js";a(`/secalc_gui_bg.wasm`);window.wasmBindings=b</script><base href=/><meta media="(prefers-color-scheme: light)" content=white name=theme-color><meta media="(prefers-color-scheme: dark)" content=#404040 name=theme-color><style>html{touch-action:manipulation}body{background:#909090}@media (prefers-color-scheme:dark){body{background:#404040}}html,body{width:100%;height:100%;overflow:hidden;margin:0!important;padding:0!important}canvas{margin-left:auto;margin-right:auto;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}.lds-dual-ring{width:80px;height:80px;display:inline-block}.lds-dual-ring:after{content:" ";border:6px solid #fff;border-color:#fff #0000;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s linear infinite lds-dual-ring;display:block}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.centered{text-align:center;margin-left:auto;margin-right:auto;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}</style><link as=fetch crossorigin href=/secalc_gui_bg.wasm integrity=sha384-F9-IOuG76en1cwijjSlwqu_z8KURfdOwUTlEj4LT8vD3QH2iRgLWlk8M8j-atx1v rel=preload type=application/wasm><link crossorigin href=/secalc_gui.js integrity=sha384-S8au-VbUkeTCXKmwnWti3_FTHGObhKwy8lJkMJe7o3E-zJ2DLZFK_HZPH8kT7T47 rel=modulepreload></head><body><div class="lds-dual-ring centered"></div><canvas id=canvas></canvas></body></html>
Binary file modified secalc_gui_bg.wasm
Binary file not shown.

0 comments on commit 210be4e

Please sign in to comment.