Skip to content

Commit

Permalink
Deploying to gh-pages from @ 63e5c43 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jetli committed Mar 5, 2024
1 parent 57391ca commit e43a420
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 606 deletions.
32 changes: 19 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yew Hooks</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yew Hooks</title>

<link rel="shortcut icon" href="favicon.ico">
<script type="module">import init from '/yew-hooks/yew-app-e481b8aabf904a23.js';init('/yew-hooks/yew-app-e481b8aabf904a23_bg.wasm');</script>

<link rel="shortcut icon" href="favicon.ico">

<script type="module">
import init, * as bindings from '/yew-hooks/yew-app-f3a0ec8e6c1ce1f0.js';
init('/yew-hooks/yew-app-f3a0ec8e6c1ce1f0_bg.wasm');
window.wasmBindings = bindings;

</script>


<link rel="stylesheet" href="/yew-hooks/tailwind-fc5956dede6d7265.css" integrity="sha384-A2CuQndLxZ0E8bvzZ4_O_d5LniesJ5YsaNU1I98oRqNQLnCWNw0LJZQEI8qkdnRc">
<base href="/yew-hooks/">

<link rel="stylesheet" href="/yew-hooks/tailwind-d90d8558afa9ae49.css">
<base href="/yew-hooks/">

<link rel="preload" href="/yew-hooks/yew-app-e481b8aabf904a23_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/yew-hooks/yew-app-e481b8aabf904a23.js"></head>
<body class="min-h-screen">

<link rel="preload" href="/yew-hooks/yew-app-f3a0ec8e6c1ce1f0_bg.wasm" as="fetch" type="application/wasm" crossorigin="anonymous" integrity="sha384-DzKelnzZTb4CgTEo_cz0iXqll_aq1NV86-oyjzqBHGEHI5crkSwg9Sc8nhx5JHxI">
<link rel="modulepreload" href="/yew-hooks/yew-app-f3a0ec8e6c1ce1f0.js" crossorigin="anonymous" integrity="sha384-jVlZ028l7ZKrZKtRfIUOUYit16EHlCbldERSrD0Uh0iJK83GQoWOsOPsrn8Tz3iT"></head>
<body class="min-h-screen">

</body></html>
14 changes: 13 additions & 1 deletion tailwind-d90d8558afa9ae49.css → tailwind-fc5956dede6d7265.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
Expand Down Expand Up @@ -191,6 +191,10 @@ select,
textarea {
font-family: inherit;
/* 1 */
font-feature-settings: inherit;
/* 1 */
font-variation-settings: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
Expand Down Expand Up @@ -341,6 +345,14 @@ menu {
padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
Expand Down
Binary file removed yew-app-e481b8aabf904a23_bg.wasm
Binary file not shown.
Loading

0 comments on commit e43a420

Please sign in to comment.