-
Notifications
You must be signed in to change notification settings - Fork 2
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 @ b13e8b4 🚀
- Loading branch information
0 parents
commit cd60edd
Showing
5 changed files
with
2,095 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,53 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Utils Web </title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" | ||
rel="stylesheet"> | ||
<link rel="stylesheet" href="./style/output.css"> | ||
|
||
<script type="module"> | ||
import init, * as bindings from 'utils/utils-web-ff9734b1910aeef6.js'; | ||
const wasm = await init('utils/utils-web-ff9734b1910aeef6_bg.wasm'); | ||
|
||
|
||
window.wasmBindings = bindings; | ||
|
||
|
||
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}})); | ||
|
||
</script> | ||
<link rel="icon" href="utils/favicon-e9cbd8f50cc65bf2.ico" integrity="sha384-YobgLXwtz0GhXVUTHml49p32guapVFlEG8UpQdDVN3kekOqkQi+qSXEpwp+yM4BW"/> | ||
<link rel="stylesheet" href="utils/tailwind-44805b7abcfd6d0c.css" integrity="sha384-T1Yl4d8jWMiey9TTgH1X6QqVYDeN3wZVylIgvT6yyncyj0k8g7Ukoxc23spugsT2"/> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
<style> | ||
body { | ||
font-family: "Open Sans", sans-serif; | ||
font-optical-sizing: auto; | ||
font-weight: 400; | ||
font-style: normal; | ||
font-variation-settings: | ||
"wdth" 100; | ||
background-color: #000 !important; | ||
color: #fff; | ||
} | ||
</style> | ||
|
||
<link rel="modulepreload" href="utils/utils-web-ff9734b1910aeef6.js" crossorigin=anonymous integrity="sha384-Gmv2V6EKPlMlZzwMjDbxWez1JMpa373Crf18EXBWM8EPXn3tucGMPBOzIIN5aK37"> | ||
<link rel="preload" href="utils/utils-web-ff9734b1910aeef6_bg.wasm" crossorigin=anonymous integrity="sha384-jrqoEKRINUHMVqnlss39hDYw7klAABwwn43QsuDILDh0t8MF4mmjJSEX++swRszG" as="fetch" type="application/wasm"></head> | ||
|
||
<body> | ||
|
||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
</script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.