commit f474d725e2f9f7b39d4b515f034da6f6fea0b22a Author: medhi.rodrigues Date: Tue Jan 14 15:05:58 2025 +0100 Test d'ajout des fichiers html et css de base 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