leptos/examples/parent_child/index.html

25 lines
No EOL
377 B
HTML

<!DOCTYPE html>
<html>
<head>
<link data-trunk rel="rust" data-wasm-opt="z"/>
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico"/>
<style>
.red {
color: red;
}
.right {
text-align: right;
}
.italics {
font-style: italic;
}
.smallcaps {
font-variant: small-caps;
}
</style>
</head>
<body></body>
</html>