Moved client to iced-rs, todos example

This commit is contained in:
2024-06-19 13:35:39 -04:00
Unverified
parent bafbdc9b36
commit 66849dba55
14 changed files with 571 additions and 191 deletions

12
client/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Todos - Iced</title>
<base data-trunk-public-url />
</head>
<body>
<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="todos" />
</body>
</html>