How pages link together
This page lives in src/about.html, so its links step up one folder with ../
(for example ../index.html for home, or ../img/logo.svg for an image).
Copy this file to add more pages (services.html, contact.html, ...). Link to them from your home page.
This page lives in src/about.html, so its links step up one folder with ../
(for example ../index.html for home, or ../img/logo.svg for an image).