digitaler-frieden/index.html
itsscb 6bb82a9dc0 ch/switches from leptos to yew
the reason is that leptos depends too much on the nightly build of rust and that didnt go well with the local dev env
2024-04-17 00:36:37 +02:00

13 lines
355 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Digitaler Frieden</title>
<link data-trunk href="./public/styles.css" rel="css">
<link data-trunk rel="copy-dir" href="public">
</head>
<body class="bg-black text-white">
</body>
</html>