From f474d725e2f9f7b39d4b515f034da6f6fea0b22a Mon Sep 17 00:00:00 2001 From: "medhi.rodrigues" Date: Tue, 14 Jan 2025 15:05:58 +0100 Subject: [PATCH] Test d'ajout des fichiers html et css de base --- index.html | 13 +++++++++++++ style.css | 10 ++++++++++ 2 files changed, 23 insertions(+) create mode 100644 index.html create mode 100644 style.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