Dateien nach "/" hochladen

This commit is contained in:
2025-08-08 19:54:59 +02:00
parent de685b18b8
commit f3b7970b88
2 changed files with 19 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>CSV Card Viewer</title>
</head>
<body class="bg-gray-100 dark:bg-gray-900">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>