Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoryamba committed Oct 4, 2024
1 parent b788864 commit 9375f55
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="tailwind-53b10a916610d749.css" integrity="sha384&#x2D;Fcr5rB6LhTrdzqSDwZE8BekNIb4ZfH4suk3SfdT0dQJUdKb8FtOzT3Qx&#x2F;fJHtjWz"/>
<link rel="stylesheet" href="tailwind-44452a709c85454e.css" integrity="sha384&#x2D;O&#x2F;GNocwcWMzKLfE4UlKXSRvj4WQufYshXV6lV1VjNFyxyG1sjq5oCLWn7&#x2F;3nGnQr"/>

<link rel="modulepreload" href="zipson-playground-384aaa2a1ee77d10.js" crossorigin=anonymous integrity="sha384-VDlpq7zjcNhIHqYhileFL6sjsaZtLzsAlxtRmhfYiSFFDcRux+gK4R+XhQH71XI5">
<link rel="preload" href="zipson-playground-384aaa2a1ee77d10_bg.wasm" crossorigin=anonymous integrity="sha384-LdKJxUvn2L1Tn7yq9xBnuxqkQxMjpvUqJsVSBuKUcgVf+ftXswKOLV15Fw7vsMVO" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="zipson-playground-daca0d619568c2cb.js" crossorigin=anonymous integrity="sha384-VDlpq7zjcNhIHqYhileFL6sjsaZtLzsAlxtRmhfYiSFFDcRux+gK4R+XhQH71XI5">
<link rel="preload" href="zipson-playground-daca0d619568c2cb_bg.wasm" crossorigin=anonymous integrity="sha384-KxHoNTa/Mpt5Ah+GKpeHJ7PhWHU+xldCIjC5Vc1klYQ8V7YcDhsjOe6ZnxU9H3et" as="fetch" type="application/wasm"></head>
<body>
<script type="module" nonce="cWIaz72TCAyVDO83p9gwAg==">
import init, * as bindings from './zipson-playground-384aaa2a1ee77d10.js';
const wasm = await init('zipson-playground-384aaa2a1ee77d10_bg.wasm');
<script type="module" nonce="K6b/epX9q+U3uBAiN+ybUQ==">
import init, * as bindings from './zipson-playground-daca0d619568c2cb.js';
const wasm = await init('zipson-playground-daca0d619568c2cb_bg.wasm');


window.wasmBindings = bindings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,6 @@ video {
height: 1.5rem;
}

.h-80 {
height: 20rem;
}

.h-96 {
height: 24rem;
}
Expand All @@ -664,6 +660,10 @@ video {
height: auto;
}

.h-full {
height: 100%;
}

.w-3 {
width: 0.75rem;
}
Expand Down
File renamed without changes.
Binary file not shown.

0 comments on commit 9375f55

Please sign in to comment.