This is a small PHP website that displays football teams and their details.
- Home (index.php): Shows all teams with logo and name.
- About (about.php): Information about me.
- Team (team.php): Shows details about a team when clicked from the home page.
- Teams are stored in
data.php. - Pages share a common header (
header.php) and footer (footer.php). - Styling is in
style.css.
Vanessa Blomstrand
MIT License – see the LICENSE file.