to leptos

This commit is contained in:
Bel LaPointe
2023-12-27 08:21:09 -05:00
parent 24498364f1
commit f7ca241cbc
16 changed files with 1167 additions and 95 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Tauri + Leptos App</title>
<link data-trunk rel="css" href="styles.css" />
<link data-trunk rel="copy-dir" href="public" />
<link data-trunk rel="rust" data-wasm-opt="z" />
</head>
</html>