Initial commit

This commit is contained in:
2026-03-10 15:46:48 -05:00
commit 01d6b7f2a7
255 changed files with 3745 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>item-extractor-solid</title>
</head>
<body>
<item-extractor></item-extractor>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>