diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-26 17:43:43 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-26 17:43:43 +0200 |
| commit | 32847efa04029d81f9d8cf7a37999cb3cbb1e145 (patch) | |
| tree | 8a0a7bc135643a6fbf45bf48141d9dfcb2085183 /index.html | |
| download | web-client-32847efa04029d81f9d8cf7a37999cb3cbb1e145.zip | |
chore: Initial Commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..5066b90 --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ +<!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="public/styles.scss" + /> + + <!-- 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> |
