I put the header & footer and the style rules in their own file.
The header is contained in the header.html file.
The footer is contained in the footer.html file.
The style rules are now in the style.css file, that applies common rules to all of the pages.
If you want to add a page, just copy an existing page and change what's inside of the "content" div.
Hi !
I put the header & footer and the style rules in their own file.
The header is contained in the header.html file. The footer is contained in the footer.html file. The style rules are now in the style.css file, that applies common rules to all of the pages.
If you want to add a page, just copy an existing page and change what's inside of the "content" div.
I also corrected the html at some places.