2024-02-12 10:10:26 +01: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-02-12 10:22:59 +01:00
|
|
|
<link data-trunk rel="sass" href="public/styles.scss" />
|
2024-02-12 10:10:26 +01: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-wasm-opt="z" data-weak-refs />
|
|
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|