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