From 4cc360f90834520b68c3ce366a5f119bc898dc54 Mon Sep 17 00:00:00 2001 From: "yann.lereuille" Date: Tue, 14 Jan 2025 15:15:08 +0100 Subject: [PATCH] Ajout des fichiers exemples HTML et CSS --- 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