Add public/data/navbar.json
All checks were successful
Run Tests on Code / test (push) Successful in 1m31s

This commit is contained in:
Neshura 2023-12-20 09:02:07 +00:00
parent d80ccd2758
commit 4657b29b4a

20
public/data/navbar.json Normal file
View file

@ -0,0 +1,20 @@
{
"links": [
{
"name": "Home",
"href": "/"
},
{
"name": "About",
"href": "/about"
},
{
"name": "Servers",
"href": "/servers"
},
{
"name": "Services",
"href": "/services"
}
]
}