mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
f2e7b00d5a
* Fix CSR with Trunk on hackernews example * Update isomorphic example to remove CSR from Readme
8 lines
No EOL
188 B
HTML
8 lines
No EOL
188 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link data-trunk rel="rust" data-wasm-opt="z" data-cargo-features="csr"/>
|
|
<link data-trunk rel="css" href="./style.css"/>
|
|
</head>
|
|
<body></body>
|
|
</html> |