From f3b7970b8861ef62ded9f4c9783c1527bd970848 Mon Sep 17 00:00:00 2001 From: phillip Date: Fri, 8 Aug 2025 19:54:59 +0200 Subject: [PATCH] Dateien nach "/" hochladen --- index.css | 7 +++++++ index.html | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 index.css create mode 100644 index.html diff --git a/index.css b/index.css new file mode 100644 index 0000000..8a14316 --- /dev/null +++ b/index.css @@ -0,0 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +html, body, #root { + height: 100%; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..8fff150 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + CSV Card Viewer + + +
+ + +