diff --git a/index.html b/index.html index e69de29..909fcd6 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,10 @@ + + + + + + + +

Un super titre

+ + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..eb05730 --- /dev/null +++ b/styles.css @@ -0,0 +1,3 @@ +h1 { + color: red; +}