cards/client/index.html

16 lines
683 B
HTML
Raw Normal View History

2024-07-18 04:00:56 -04:00
<!DOCTYPE html>
<html>
<head>
<!-- Add a plain CSS file: see https://trunkrs.dev/assets/#css -->
<!-- If using Tailwind with Leptos CSR, see https://trunkrs.dev/assets/#tailwind instead-->
2024-07-18 19:53:28 -04:00
<link data-trunk rel="tailwind-css" href="public/styles.css" />
2024-07-18 04:00:56 -04:00
<!-- Include favicon in dist output: see https://trunkrs.dev/assets/#icon -->
<link data-trunk rel="icon" href="public/favicon.ico" />
<!-- include support for `wasm-bindgen --weak-refs` - see: https://rustwasm.github.io/docs/wasm-bindgen/reference/weak-references.html -->
<link data-trunk rel="rust" data-target-path="client" data-wasm-opt="z" data-weak-refs />
</head>
2024-07-19 03:11:14 -04:00
<body></body>
2024-07-18 04:00:56 -04:00
</html>