Compare commits
3 Commits
c2b13e0929
...
feature/bo
| Author | SHA1 | Date | |
|---|---|---|---|
| b3f7530f32 | |||
| ce5d4ab401 | |||
| 85ff9dd2a9 |
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
@@ -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`.
|
||||||
@@ -60,6 +60,10 @@
|
|||||||
<h1>Welcome to My Website</h1>
|
<h1>Welcome to My Website</h1>
|
||||||
<p>This is a sample header section with navigation.</p>
|
<p>This is a sample header section with navigation.</p>
|
||||||
</section>
|
</section>
|
||||||
|
<section id="home">
|
||||||
|
<h1>Welcome to My Website</h1>
|
||||||
|
<p>This is a sample header section with navigation.</p>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2026 My Site. All rights reserved. <a href="#contact">Contact us</a>.</p>
|
<p>© 2026 My Site. All rights reserved. <a href="#contact">Contact us</a>.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user