Minimal Leptos setup

This commit is contained in:
Bianca Fürstenau 2025-02-21 22:19:51 +01:00
parent 1e77a7d831
commit e03a16d13e
29 changed files with 1345 additions and 684 deletions

12
trunk.html Normal file
View file

@ -0,0 +1,12 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link data-trunk rel="scss" href="styles.scss" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Darmstadt sagt Nein zur Bezahlkartei!</title>
<link data-trunk rel="rust" href="." data-bin="leptos" data-wasm-opt="4" data-weak-refs />
</head>
<body>
</body>
</html>