14 lines
497 B
Markdown
14 lines
497 B
Markdown
# 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`.
|