-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 93d8e35 🚀
- Loading branch information
0 parents
commit 62aa514
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!doctype html><meta content="text/html; charset=utf-8" http-equiv=Content-Type><meta content="width=device-width,initial-scale=1.0,user-scalable=no" name=viewport><title>astar.rs</title><script type=module> | ||
import init, * as bindings from '/astar.rs/path_finding-cb6993504d06b9622eb4c446bdcbfb63115090aea04cbb6c8567608fbe9df6fc3fd46df243befd2409df8cfb5aff8bf8.js'; | ||
init('/astar.rs/path_finding-cb6993504d06b9622eb4c446bdcbfb63115090aea04cbb6c8567608fbe9df6fc3fd46df243befd2409df8cfb5aff8bf8_bg.wasm'); | ||
window.wasmBindings = bindings; | ||
|
||
</script><base href=/astar.rs/><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}}body,html{overflow:hidden;margin:0!important;padding:0!important;height:100%;width:100%}canvas{margin-right:auto;margin-left:auto;display:block;position:absolute;top:0%;left:50%;transform:translate(-50%,0%)}.centered{margin-right:auto;margin-left:auto;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#f0f0f0;font-size:24px;font-family:Ubuntu-Light,Helvetica,sans-serif;text-align:center}.lds-dual-ring{display:inline-block;width:24px;height:24px}.lds-dual-ring:after {content:" ";display:block;width:24px;height:24px;margin:0;border-radius:50%;border:3px solid #fff;border-color:#fff;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style><link as=fetch crossorigin href=/astar.rs/path_finding-cb6993504d06b9622eb4c446bdcbfb63115090aea04cbb6c8567608fbe9df6fc3fd46df243befd2409df8cfb5aff8bf8_bg.wasm integrity=sha384-y2mTUE0GuWIutMRGvcv7YxFQkK6gTLtshWdgj76d9vw_1G3yQ779JAnfjPta_4v4 rel=preload type=application/wasm><link crossorigin href=/astar.rs/path_finding-cb6993504d06b9622eb4c446bdcbfb63115090aea04cbb6c8567608fbe9df6fc3fd46df243befd2409df8cfb5aff8bf8.js integrity=sha384-oUEesSU_WS379jBZFjpeGVUopZpkwpywjaIguA3uYSOzCtp6FFTfpGfboh7DO7iv rel=modulepreload></head><body><canvas id=the_canvas_id></canvas><script>if('serviceWorker' in navigator&&window.location.hash!=="#dev"){window.addEventListener('load',function(){navigator.serviceWorker.register('sw.js')})}</script></body></html> |
Oops, something went wrong.