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 @@ + + +
+ + +Test
+ + + diff --git a/frontend/scripts/index.js b/frontend/scripts/index.js new file mode 100644 index 0000000..4390b7a --- /dev/null +++ b/frontend/scripts/index.js @@ -0,0 +1 @@ +console.log('Loaded!') \ No newline at end of file diff --git a/frontend/styles/index.css b/frontend/styles/index.css new file mode 100644 index 0000000..d60afbd --- /dev/null +++ b/frontend/styles/index.css @@ -0,0 +1,3 @@ +body { + background-color: blue; +} \ No newline at end of file