-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bc7240
commit d45fcf8
Showing
3 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
<!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="css" rel="stylesheet" href="public/styles.css" /> | ||
|
||
<!-- 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> | ||
|
||
<head> | ||
<base data-trunk-public-url /> | ||
|
||
<!-- 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="css" rel="stylesheet" href="public/styles.css" /> | ||
|
||
<!-- 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters