diff options
author | 2025-04-25 23:00:14 +0100 | |
---|---|---|
committer | 2025-04-25 23:00:14 +0100 | |
commit | b1fc29669b54d544e02d2d73b8dc841d43a5c92a (patch) | |
tree | c972506b2ab5730a6fb0b750b40871f164d49152 /index.html | |
download | macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.gz macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.bz2 macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.zip |
initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6579e70 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ +<!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--> + <link data-trunk rel="scss" href="assets/style.scss" /> + + <!-- Include favicon in dist output: see https://trunkrs.dev/assets/#icon --> + <link data-trunk rel="icon" href="assets/icon.png" /> + + <!-- 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 /> + + <link data-trunk rel="copy-dir" href="assets" /> + +</head> + +<body></body> + +</html>
\ No newline at end of file |