20 lines
255 B
JSON
20 lines
255 B
JSON
|
{
|
||
|
"links": [
|
||
|
{
|
||
|
"name": "Home",
|
||
|
"href": "/"
|
||
|
},
|
||
|
{
|
||
|
"name": "About",
|
||
|
"href": "/about"
|
||
|
},
|
||
|
{
|
||
|
"name": "Games",
|
||
|
"href": "/games"
|
||
|
},
|
||
|
{
|
||
|
"name": "Services",
|
||
|
"href": "/services"
|
||
|
}
|
||
|
]
|
||
|
}
|