leptos/examples/hackernews/index.html

8 lines
188 B
HTML
Raw Normal View History

2022-09-05 16:32:27 +00:00
<!DOCTYPE html>
<html>
<head>
<link data-trunk rel="rust" data-wasm-opt="z" data-cargo-features="csr"/>
2022-09-05 16:32:27 +00:00
<link data-trunk rel="css" href="./style.css"/>
</head>
<body></body>
</html>