buildHtml
baseUrl https://pitch.scroll.pub
metaTags
editButton /edit.html
title Football Data Hub
style.css
header
class hero
nav
div FootballData
class logo
div
class nav-links
a Live Scores
href #scores
a Statistics
href #stats
a Teams
href #teams
a Players
href #search
class cta-button
main
section
id scores
class live-scores
h2 Live Matches
div
class score-grid
div
class match-card
p Manchester United vs Chelsea
div
class score
span 2 - 1
p 75'
div
class match-card
p Real Madrid vs Barcelona
div
class score
span 0 - 0
p 23'
section
id stats
class statistics
h2 Top Statistics
div
class stats-container
div
class stat-card
h3 Top Scorer
p Erling Haaland
span 23 Goals
div
class stat-card
h3 Most Assists
p Kevin De Bruyne
span 15 Assists
div
class stat-card
h3 Clean Sheets
p Alisson
span 12 Matches
section
id teams
class team-rankings
h2 Team Rankings
div
class ranking-table
table
tr
th Rank
th Team
th Points
th Form
tr
td 1
td Arsenal
td 63
td WWDWW
section
id search
class player-search
h2 Player Search
div
class search-container
input
type text
placeholder Search for a player...
button Search
footer
div
class footer-content
div
class footer-links
a About
href /about
a Contact
href /contact
a API
href /api
p Built for football enthusiasts worldwide
script.js