From e58dc876eb9519c641184345fc10c51f49847ab2 Mon Sep 17 00:00:00 2001 From: Cheikh Dieng GUEYE Date: Fri, 3 Apr 2026 16:36:12 +0000 Subject: [PATCH 1/2] Header html --- index.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/index.html b/index.html index e69de29..b56c333 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,51 @@ + + + + + + My Website + + + +
+
My Site
+ +
+
+
+

Welcome to My Website

+

This is a sample header section with navigation.

+
+
+ + \ No newline at end of file From 13dad0cdc04fe31f8c56815d1daaef1a7ef7f459 Mon Sep 17 00:00:00 2001 From: Cheikh Dieng GUEYE Date: Fri, 3 Apr 2026 16:39:20 +0000 Subject: [PATCH 2/2] Footer html --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.html b/index.html index b56c333..4c85732 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,20 @@ nav a:hover { text-decoration: underline; } + footer { + background-color: #222; + color: #ddd; + padding: 1rem 2rem; + text-align: center; + font-size: 0.9rem; + } + footer a { + color: #66caff; + text-decoration: none; + } + footer a:hover { + text-decoration: underline; + } @@ -47,5 +61,8 @@

This is a sample header section with navigation.

+ \ No newline at end of file