commit def8450c64de70fd02f1b904dc12b3e630d2c0e1 Author: Henrik Bygren Date: Tue Mar 16 13:42:38 2021 +0100 First commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..a1db098 --- /dev/null +++ b/css/style.css @@ -0,0 +1,3 @@ +h1{ + color: green; +} diff --git a/images/henrik.png b/images/henrik.png new file mode 100644 index 0000000..56dfcdb Binary files /dev/null and b/images/henrik.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..951cdac --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + HTML 5 +