Initial commit: bootstrap monorepo NetMapper

This commit is contained in:
Perplexity Bot
2026-08-03 21:40:48 +00:00
commit 96130a11f4
10 changed files with 257 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NetMapper</title>
<script type="module" src="/src/main.tsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>