commit ced3b1d100ac8110def3f2fd96e81580289aead2 Author: Mark van den Heuvel Date: Mon Sep 30 15:58:56 2019 +0200 first two files of my website diff --git a/index.html b/index.html new file mode 100644 index 0000000..7aa02ef --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + +

My webpage

+

I started it to test
Git

+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..17e749f --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { background: black; + color:white; + } + + p { + text-decoration: underline; + } \ No newline at end of file