From bdb2f78af96e95bef7eecb099737d36dbae9c48d Mon Sep 17 00:00:00 2001 From: janis Date: Fri, 28 Oct 2022 10:54:59 +0200 Subject: [PATCH] added support page --- index.html | 6 +++--- indexStyle.css | 8 ++++++++ support.html | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 indexStyle.css create mode 100644 support.html diff --git a/index.html b/index.html index edce946..2ebe9a0 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,17 @@ - + Home - janishutz.com +
- diff --git a/indexStyle.css b/indexStyle.css new file mode 100644 index 0000000..13fb19f --- /dev/null +++ b/indexStyle.css @@ -0,0 +1,8 @@ +body { + background-color: gray; + color: white; +} + +.logo img { + width: 10% +} \ No newline at end of file diff --git a/support.html b/support.html new file mode 100644 index 0000000..eb67102 --- /dev/null +++ b/support.html @@ -0,0 +1,18 @@ + + + + Support - janishutz.com + + + + +
+
+ + + \ No newline at end of file