-
Notifications
You must be signed in to change notification settings - Fork 0
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 @ e35a574 🚀
- Loading branch information
0 parents
commit fcf0274
Showing
5 changed files
with
2,013 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Sports Time Puller</title> | ||
<link rel="stylesheet" href="./output-e19b546ba19a3ea3.css" integrity="sha384-7kgrg0dXSYeGo7o1xmsn9I4jMinpbOf6JdDXWRhaevCDFlkGX9SWRvWZ6F78YPBr"/> | ||
<link rel="icon" href="./icon-921e2602e2d5d500.png" integrity="sha384-SMF+cFUT+nWxmipFSREZhu1mAAxtOTt981Rel9HTNjjdNxX4aEdQjliqCB0iWL3c"/> | ||
|
||
<script type="module" nonce="3rPEu/ftqTl02Pd94fkLYg=="> | ||
import init, * as bindings from './sports_time_puller-5e6ebc685238c41e.js'; | ||
const wasm = await init('./sports_time_puller-5e6ebc685238c41e_bg.wasm'); | ||
|
||
|
||
window.wasmBindings = bindings; | ||
|
||
|
||
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}})); | ||
|
||
</script> | ||
<base href="./" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!-- INJECT HEAD --> | ||
|
||
<link rel="modulepreload" href="./sports_time_puller-5e6ebc685238c41e.js" crossorigin=anonymous integrity="sha384-DbdPRFrnt3cR3RSiR1r5E8yE6t+EumlWgIYvS82h9hcUi+ouT/ZVkxiGCKEXxqp7"> | ||
<link rel="preload" href="./sports_time_puller-5e6ebc685238c41e_bg.wasm" crossorigin=anonymous integrity="sha384-PZR47oqX4N9oiDxh4HJ7jgKeMlJzcUZmy8bVX1JZKirGwRBzr6/vwBcFDWoE2r4e" as="fetch" type="application/wasm"></head> | ||
<body class="bg-gray-200 font-sans"> | ||
<!-- INJECT BODY --> | ||
</body> | ||
</html> |
Oops, something went wrong.