commit 4cc360f90834520b68c3ce366a5f119bc898dc54 Author: yann.lereuille Date: Tue Jan 14 15:15:08 2025 +0100 Ajout des fichiers exemples HTML et CSS diff --git a/index.html b/index.html new file mode 100644 index 0000000..c7697ca --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Hello there + + +

Quel titre !

+

Bonjour les SIO :)

+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..ed85b0b --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +body { + background-color: #6d6551; +} +h1 { + color: #c6d2db; +} +p { + color: #c9c0d1; + +} \ No newline at end of file