main-site/public/data/navbar.json
2022-12-17 21:30:05 +01:00

20 lines
255 B
JSON

{
"links": [
{
"name": "Home",
"href": "/"
},
{
"name": "About",
"href": "/about"
},
{
"name": "Games",
"href": "/games"
},
{
"name": "Services",
"href": "/services"
}
]
}