13 lines
457 B
HTML
13 lines
457 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link data-trunk rel="scss" href="styles.scss" />
|
|
<link data-trunk rel="copy-dir" href="assets" />
|
|
<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-cargo-features="leptos" data-wasm-opt="4" data-weak-refs />
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|