From 380eb38bd3b6764f2fbc99c5817fe7407d49435e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Vo=C3=9F?= Date: Sat, 10 Feb 2024 16:34:23 +0100 Subject: [PATCH] setup --- app/css/main.css | 5 +++++ app/index.html | 12 ++++++++++++ app/js/.gitkeep | 0 3 files changed, 17 insertions(+) create mode 100644 app/css/main.css create mode 100644 app/index.html create mode 100644 app/js/.gitkeep diff --git a/app/css/main.css b/app/css/main.css new file mode 100644 index 0000000..322f9d0 --- /dev/null +++ b/app/css/main.css @@ -0,0 +1,5 @@ +html, +body { + margin: 0; + background-color: #444444; +} diff --git a/app/index.html b/app/index.html new file mode 100644 index 0000000..97e9dbd --- /dev/null +++ b/app/index.html @@ -0,0 +1,12 @@ + + + + + + + Ferienwohnung + + +

hallo

+ + diff --git a/app/js/.gitkeep b/app/js/.gitkeep new file mode 100644 index 0000000..e69de29