Added Svelte in a Nix devshell

This commit is contained in:
2026-05-07 22:16:26 +02:00
parent 5c57b56fa5
commit a335736ccf
19 changed files with 773 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>download-dati-centraline</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>