mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
7c5203db19
* feat: Added initial dwarf debug counter example * fix: update to readme and launch.json, task.json * fix: fix tasks.json for debugging * fix: added Trunk.toml to fix the port * fix: moved example to projects
8 lines
212 B
HTML
8 lines
212 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link data-trunk rel="rust" data-keep-debug="true" data-wasm-opt="z"/>
|
|
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico"/>
|
|
</head>
|
|
<body></body>
|
|
</html>
|