-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (14 loc) · 744 Bytes
/
index.html
File metadata and controls
20 lines (14 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<!-- Add a plain CSS file: see https://trunk-rs.github.io/trunk/guide/assets/#css -->
<!-- If using Tailwind with Leptos CSR, see https://trunk-rs.github.io/trunk/guide/assets/#tailwind instead-->
<link data-trunk rel="scss" href="public/styles.scss" />
<!-- Include favicon in dist output: see https://trunk-rs.github.io/trunk/guide/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 />
<link data-trunk rel="copy-dir" href="assets" />
</head>
<body></body>
</html>