From 04f49a8635fc8e3aa416d39a16417554a0c512f4 Mon Sep 17 00:00:00 2001 From: Luca Jakob Date: Tue, 10 Feb 2026 16:37:34 +0100 Subject: [PATCH] add basic files --- README.md | 4 ++++ frontend/index.html | 14 ++++++++++++++ frontend/scripts/index.js | 1 + frontend/styles/index.css | 3 +++ 4 files changed, 22 insertions(+) create mode 100644 frontend/index.html create mode 100644 frontend/scripts/index.js create mode 100644 frontend/styles/index.css diff --git a/README.md b/README.md index 99d9811..f146237 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # FS 2026 Frontendentwicklung ## Semesterarbeit + +### Configuration + +This project uses BiomeJS for linting. To configure it: diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..a04e210 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,14 @@ + + + + + + Document + + + +

Semesterarbeit

+

Test

+