leptos/examples/fetch/index.html
Greg Johnston 5612793f4e Suspense
2022-08-03 10:28:36 -04:00

13 lines
No EOL
181 B
HTML

<!DOCTYPE html>
<html>
<head>
<link data-trunk rel="rust" data-wasm-opt="z"/>
</head>
<style>
img {
max-width: 250px;
height: auto;
}
</style>
<body></body>
</html>