From 85ff9dd2a96e3ed3dce4fa78541aef383ac3b810 Mon Sep 17 00:00:00 2001 From: Cheikh Dieng GUEYE Date: Fri, 3 Apr 2026 16:42:10 +0000 Subject: [PATCH] Release note --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b42547b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.0.0] - 2026-04-03 +### Added +- Initial page scaffold in `index.html` with doctype, html/head/body structure. +- `header` section with brand and navigation links (`Home`, `About`, `Services`, `Contact`). +- `footer` section with copyright text and a `Contact us` link. + +### Updated +- Inline CSS for layout and styling of `body`, `header`, `nav`, and `footer`. + +### Notes +- Simple static site structure created per user requests `create an html header` and `add the footer section`.