diff --git a/public/index.html b/public/index.html index f292de3..7ff3cbe 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,7 @@ Serveur Web - Honnete +

Page d'accueil

diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..6d681aa --- /dev/null +++ b/public/style.css @@ -0,0 +1,5 @@ +body { + background-color: salmon; + align-content: center; + text-align: center; +} \ No newline at end of file